Advertisement
BaapJaan

Extra CSS

Jul 19th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <style>
  2.  
  3. /*---------Product Badges----------*/
  4. .product-item-badge span {
  5. border: 2px solid #1a1a1a;
  6. margin-right: 10px;
  7. border: -2px solid #1a1a1a;
  8. padding: 2px 10px;
  9. display: block;
  10. margin-bottom: 5px;
  11. border-radius: 10px 29px;
  12. color: black;
  13. background: linear-gradient(to right, #ff8008, #ffc837);
  14.  
  15. }
  16.  
  17. /*---------limited time Countdown Hover----------*/
  18. /*---
  19. .timer-product-area .timer-carousel .single-product-item:hover .timer, .timer-product-area .timer-carousel .slick-current .single-product-item .timer {
  20.  
  21. bottom: 0;
  22. opacity: 1;
  23. background: #f6f5f1;
  24. border-top: 5px outset #70B100;
  25. border-radius: 14px;
  26. border-bottom: 5px inset #70B100;
  27.  
  28. }
  29. ---*/
  30.  
  31. /*---------limited time Countdown and centered image----------*/
  32. /*----
  33. .cdown {
  34.  
  35. background: transparent;
  36. border-radius: initial;
  37.  
  38. }
  39. ----*/
  40. .slick-slide img {
  41. display: initial;
  42. }
  43. /*---------Mobile Menu-----*/
  44.  
  45. .mobile-menu-area .mobile-menu.mean-container .mean-bar .mean-nav > ul {
  46. height: auto;
  47. }
  48.  
  49. /*---------------Product Count down -------------------------*/
  50.  
  51. .product-area .tab-content .product-countdown .cdown {
  52. background: linear-gradient(to right, #ff8008, #ffc837);
  53. padding-top: 10px;
  54. border-radius: 30px;
  55. line-height: 17px;
  56. color: #000;
  57. display: inline-block;
  58. font-size: 14px;
  59. height: 55px;
  60. margin: 2px;
  61. text-align: center;
  62. width: 55px;
  63. text-transform: capitalize;
  64. }
  65. /*----------------------------------------*/
  66. /*--------- Review Section ---------*/
  67. #ba-alie-prd-id{
  68. float: left;
  69. clear: both;
  70. width: 100%;
  71. padding-top: 50px;
  72. }
  73.  
  74. .bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-7 {
  75. background-attachment: scroll;
  76. background-clip: initial;
  77. background-color: rgba(0, 0, 0, 0);
  78. background-origin: initial;
  79. background-position: center center;
  80. background-repeat: no-repeat;
  81. background-size: cover;
  82. position: unset;
  83. }
  84. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement