Advertisement
BaapJaan

Salafibooksbd.com - Additional CSS

May 25th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 KB | None | 0 0
  1. .single-product div.product .product_after_title, .single-product .product-brand{
  2. display: block !important;
  3. }
  4.  
  5. .single-product div.product .product_after_title > *:not(:last-child):after{
  6. display: none;
  7. }
  8.  
  9. .bookory-taxonomy .author-index-pagination{
  10. display: flex;
  11. flex-wrap: wrap;
  12. list-style: none;
  13. padding-bottom: 5px;
  14. margin-bottom: 50px;
  15. margin-left: 0;
  16. border-bottom: 1px solid var(--border);
  17. }
  18.  
  19. .bookory-taxonomy .author-index-pagination li:first-child a {
  20. padding-left: 0;
  21. }
  22.  
  23. .bookory-taxonomy .author-index-pagination a{
  24. display: block;
  25. position: relative;
  26. padding: 0 10px;
  27. margin-top: 7px;
  28. font-size: 12px;
  29. line-height: 2;
  30. color: var(--light);
  31. }
  32.  
  33. .bookory-taxonomy .author-block{
  34. display: flex;
  35. flex-direction: column;
  36. align-items: center;
  37. justify-content: center;
  38. margin-bottom: 30px;
  39. }
  40.  
  41. .bookory-taxonomy .thumbnail{
  42. margin-bottom: 20px;
  43. }
  44.  
  45. .bookory-taxonomy .thumbnail img{
  46. width: 90px;
  47. height: 90px;
  48. object-fit: cover;
  49. border-radius: 15px;
  50. }
  51.  
  52. .bookory-taxonomy .name{
  53. font-size: 14px;
  54. font-weight: 600;
  55. color: var(--accent);
  56. text-align: center;
  57. }
  58.  
  59. .bookory-taxonomy .count{
  60. display: block;
  61. font-size: 12px;
  62. line-height: 2;
  63. font-weight: 400;
  64. color: var(--light);
  65. }
  66.  
  67. .bookory-taxonomy .author-index-pagination li.active a{
  68. color: var(--accent);
  69. }
  70.  
  71. .bookory-taxonomy .author-index-pagination li.active a:before{
  72. content: "";
  73. position: absolute;
  74. left: 0;
  75. bottom: -7px;
  76. width: 100%;
  77. height: 4px;
  78. background-color: var(--primary);
  79. }
  80.  
  81. /* sigle page */
  82.  
  83. .elementor-kit-6 a {
  84. font-family: "salafi", Sans-serif;
  85. font-size: 13px;
  86. line-height: 20px;
  87. }
  88.  
  89. .single-product div.product .product_after_title > * {
  90. margin-bottom: 0px;
  91. font-size: 14px;
  92. color: #6b34a5;
  93. font-weight: 400;
  94. }
  95.  
  96.  
  97. .time-sale .deal-text {
  98. font-size: 16px;
  99. font-weight: 400;
  100. line-height: 2;
  101. color: var(--accent);
  102. margin-right: 2px;
  103. }
  104.  
  105. .time-sale {
  106. display: flex;
  107. align-items: center;
  108. background: #e62e042e;
  109. border-radius: 20px;
  110. padding-left: 34px;
  111. }
  112. .single-product div.product .product_after_title > * {
  113. margin-bottom: 0;
  114. }
  115. .time-sale .bookory-countdown .countdown-item .countdown-digits {
  116. font-size: 16px;
  117. font-weight: 400;
  118. }
  119. .single-product .time-sale {
  120. display: flex;
  121. align-items: center;
  122. background: none;
  123. border-radius: 0px;
  124. padding-left: 0px;
  125. }
  126.  
  127.  
  128. .onsale {
  129. width: 50px;
  130. height: 50px;
  131. padding: 5px;
  132. line-height: 14px;
  133. display: flex;
  134. align-items: center;
  135. justify-content: center;
  136. position: absolute;
  137. font-size: 14px;
  138. text-transform: uppercase;
  139. font-weight: 600;
  140. top: 10px;
  141. left: 10px;
  142. border-radius: 50px;
  143. color: #ffffff;
  144. background-color: #6b34a5;
  145. margin-left: -30px;
  146. margin-top: -30px;
  147. }
  148.  
  149. .woocommerce-products-author-header img {
  150. border-radius: 15px;
  151. margin-bottom: 30px;
  152. width: 200px;
  153. height: 200px;
  154. object-fit: cover;
  155. }
  156. .woocommerce-info, .woocommerce-noreviews, p.no-comments {
  157. background-color: #6b34a5;
  158. }
  159.  
  160.  
  161. ._df_button {
  162. padding: 5px 15px;
  163. background: #6b34a5;
  164. color: white;
  165. font-size: 14px;
  166. font-weight: 600;
  167. border-color: #0073aa #006799 #006799;
  168. cursor: pointer;
  169. border-width: 0px;
  170. border-style: solid;
  171. -webkit-appearance: none;
  172. -webkit-border-radius: 3px;
  173. border-radius: 3px;
  174. white-space: nowrap;
  175. border-radius: 3px;
  176. }
  177. ._df_button:hover{
  178. background: #6b34a5;
  179. }
  180.  
  181. .woocommerce-page .bookory-products-overflow {
  182. overflow: visible;
  183. }
  184.  
  185. #payment .payment_methods li p {
  186. margin: 0;
  187. font-size: 16px;
  188. }
  189. .bdpg-total-amount {
  190. margin: 10px 0;
  191. color: #6b34a5;
  192. font-size: 18px;
  193. }
  194.  
  195. .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .wcf-custom-coupon-field{
  196. padding:10px
  197. }
  198. #order_review table {
  199. margin-bottom: 0;
  200. border: 10px white solid;
  201. }
  202. input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
  203. padding: 0.93em 1.5em;
  204. background-color: var(--background);
  205. border-width: 1px;
  206. border-style: solid;
  207. border-color: var(--border);
  208. -webkit-appearance: none;
  209. box-sizing: border-box;
  210. font-weight: normal;
  211. border-radius: 5px;
  212. outline: 0;
  213. transition: all ease-in-out 0.3s;
  214. }
  215. .wcf-embed-checkout-form .woocommerce .woocommerce-error li strong {
  216. font-weight: 400;
  217. color: black;
  218. }
  219.  
  220. .archive #secondary .widget {
  221. padding: 0px 0px 0px 5px;
  222. border-radius: 0px;
  223. background: #6b34a517;
  224. }
  225.  
  226. .wpfFilterTitle {
  227. margin-bottom: 25px;
  228. background: #6b34a5;
  229. padding: 10px;
  230. color: white;
  231. font-size: 15px;
  232. font-weight: 600;
  233. }
  234. .wpfClearButton.wpfButton {
  235. width: 25%;
  236. padding: 5px 0px 5px 0px;
  237. border-radius: 5px;
  238. }
  239. .wpfFilterTitle {
  240. margin-bottom: 20px;
  241. }
  242. .page-id-6986 .widget {
  243. margin-bottom: 30px;
  244. background: #6b34a517;
  245. padding: 0px 0px 0px 5px;
  246. border: 1px solid var(--border) !important;
  247. }
  248.  
  249. .page-id-6986 .elementor-widget-bookory-products .woocommerce-overflow {
  250. overflow: visible;
  251. }
  252. .page-id-6986 .wpfFilterTitle {
  253. margin-bottom: 25px;}
  254.  
  255. #ajaxsearchprores8_1.vertical, #ajaxsearchprores8_2.vertical, div.asp_r.asp_r_8.vertical {
  256. padding: 4px;
  257. background: #6b34a59d;
  258. border-radius: 3px;
  259. border: 0px solid #6b34a5;
  260. border-radius: 3px 3px 3px 3px;
  261. box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
  262. visibility: hidden;
  263. display: none;
  264. }
  265.  
  266. .asp_content h3 a{
  267. margin: 0;
  268. padding: 0;
  269. line-height: inherit;
  270. display: block;
  271. font-weight: bold;
  272. font-family: 'salafi' !important;
  273. color: #6b34a5;
  274. font-size: 14px;
  275. line-height: 1.55em;
  276. text-shadow: none;
  277. }
  278.  
  279. .results .item .asp_content h3 a:hover {
  280. font-family: 'salafi';
  281. }
  282.  
  283. .bookory-taxonomy .thumbnail img {
  284. width: 90px;
  285. height: 90px;
  286. object-fit: cover;
  287. border-radius: 15px;
  288. border-style: solid;
  289. border-width: 5px 5px 5px 5px;
  290. border-color: #6b34a517;
  291. }
  292. .elementor-widget-bookory-all-author.style-3 .thumbnail img {
  293. width: 90px;
  294. height: 90px;
  295. object-fit: cover;
  296. border-radius: 15px;
  297. border-style: solid;
  298. border-width: 5px 5px 5px 5px;
  299. border-color: #6b34a517;
  300. }
  301. .catm{
  302. font-family: 'salafi' !important;
  303. }
  304. .elementor-widget-bookory-all-author.style-3 .name {
  305. font-size: 14px;
  306. font-weight: 600;
  307. color: var(--accent);
  308. text-align: center;
  309. }
  310. .single-product div.product table.variations td.value ul li.variable-item.button-variable-item {
  311. border-radius: 10px;
  312. background-color: #5a3b983d;
  313. border: 2px solid #F7F7F7;
  314. color: white;
  315. }
  316. .elementor-235 .elementor-element.elementor-element-f17285c .main-navigation ul.menu > li.menu-item > a {
  317. padding: 35px 20px 35px 28px;
  318. }
  319. #message-purchased .message-purchase-main p, #message-purchased .message-purchase-main p small {
  320. color: #ffffff !important;
  321. font-family: 'salafi';
  322. }
  323. ul.products li.product .woocommerce-loop-product__author a, ul.products li.product .posted-in a, ul.products .wc-block-grid__product .woocommerce-loop-product__author a, ul.products .wc-block-grid__product .posted-in a, .wc-block-grid__products li.product .woocommerce-loop-product__author a, .wc-block-grid__products li.product .posted-in a, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__author a, .wc-block-grid__products .wc-block-grid__product .posted-in a {
  324. color: var(--light);
  325. white-space: nowrap;
  326. display: -webkit-box;
  327. -webkit-line-clamp: 3;
  328. -webkit-box-orient: vertical;
  329. text-overflow: ellipsis;
  330. overflow: hidden;
  331. }
  332. ul.products li.product .count-review, ul.products .wc-block-grid__product .count-review, .wc-block-grid__products li.product .count-review, .wc-block-grid__products .wc-block-grid__product .count-review {
  333. margin-bottom: 10px;
  334. display: none;
  335. }
  336. ul.products li.product h2 a, ul.products li.product h3 a, ul.products li.product .woocommerce-loop-product__title a, ul.products li.product .wc-block-grid__product-title a, ul.products .wc-block-grid__product h2 a, ul.products .wc-block-grid__product h3 a, ul.products .wc-block-grid__product .woocommerce-loop-product__title a, ul.products .wc-block-grid__product .wc-block-grid__product-title a, .wc-block-grid__products li.product h2 a, .wc-block-grid__products li.product h3 a, .wc-block-grid__products li.product .woocommerce-loop-product__title a, .wc-block-grid__products li.product .wc-block-grid__product-title a, .wc-block-grid__products .wc-block-grid__product h2 a, .wc-block-grid__products .wc-block-grid__product h3 a, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
  337. color: var(--accent);
  338. white-space: nowrap;
  339. display: -webkit-box;
  340. -webkit-line-clamp: 3;
  341. -webkit-box-orient: vertical;
  342. text-overflow: ellipsis;
  343. overflow: hidden;
  344. }
  345. @media only screen and (max-width: 768px) {
  346. .time-sale {
  347. display: flex;
  348. align-items: center;
  349. font-weight: 600;
  350. font-size: 16px;
  351. background: #6b34a517;
  352. border-radius: 5px;
  353. padding-left: 5px;
  354. }
  355. }
  356.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement