BaapJaan

Additional CSS

Apr 13th, 2022 (edited)
840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.80 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-8 a {
  84.     font-family: "ilm-book", Sans-serif;
  85.     font-size: 14px;
  86.     line-height: 20px;
  87. }
  88.  
  89. .single-product div.product .product_after_title > * {
  90.     margin-bottom: 0px;
  91.     font-size: 14px;
  92.     color: #f66355;
  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: #fc6056;
  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: #f65d4e;
  158. }
  159.  
  160.  
  161. ._df_button {
  162.     padding: 5px 15px;
  163.     background: #e60023;
  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: #f4402f;
  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: #f65d4e;
  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: #f65b4e0d;
  224. }
  225.  
  226. .wpfFilterTitle {
  227.     margin-bottom: 25px;
  228.     background: #f65c4e;
  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-7509 .widget {
  243.     margin-bottom: 30px;
  244.     background: #f65b4e0d;
  245.     padding: 0px 0px 0px 5px;
  246.     border: 1px solid var(--border) !important;
  247. }
  248.  
  249. .page-id-7509 .elementor-widget-bookory-products .woocommerce-overflow {
  250.     overflow: visible;
  251. }
  252. .page-id-7509 .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: rgb(255,255,255);
  258.     border-radius: 3px;
  259.     border: 0px solid rgb(222,100,100);
  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: 'ilm-book' !important;
  273.     color: rgb(20,104,169);
  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: 'ilm-book';
  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: #FEF2F0;
  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: #FEF2F0;
  300. }
  301. .catm{
  302.     font-family: 'ilm-book' !important;
  303. }
  304. @media only screen and (max-width: 768px) {
  305.     .time-sale {
  306.     display: flex;
  307.     align-items: center;
  308.     font-weight: 600;
  309.     font-size: 16px;
  310.     background: #e62e042e;
  311.     border-radius: 5px;
  312.         padding-left: 5px;
  313. }
  314. }
  315.  
Add Comment
Please, Sign In to add comment