Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. //custon css
  2.  
  3.  
  4. #slider {
  5. z-index: -1;
  6. }
  7.  
  8. .header-top {
  9. display: none;
  10. }
  11.  
  12.  
  13. .wpcf7-form > p input.wpcf7-submit {
  14. background-color: #FC6702;
  15. }
  16.  
  17. .phone-header > span{
  18. background-color: #FC6702 ;
  19. }
  20.  
  21. .phone-number .text-1 {
  22. font-size: 16px;
  23. }
  24.  
  25. .phone-number .text-2 {
  26. font-size: 16px;
  27. }
  28.  
  29. .sumi-iconbox.style2 .text-2 {
  30. font-size: 25px;
  31. max-width: 250px;
  32. }
  33. .content-socials {
  34. display: none;
  35. }
  36.  
  37. .block-nav-category .view-all-category a{
  38. display: none;
  39. }
  40.  
  41. .box1 {
  42. border-right: 1px solid rgba(255,255,255, 0.3);
  43. background-position:center top !important;
  44.  
  45. }
  46. .box1 .icon{
  47. opacity: 0;
  48. }
  49.  
  50. .box1 a, .box2 a , .box3 a ,.box4 a {
  51. background-color: transparent;
  52. opacity: 0.2;
  53. padding: 185px 125px 25px;
  54. cursor: pointer;
  55. color: transparent;
  56. }
  57.  
  58. .box2 , .box3, .box4{
  59. background-position:center top !important;
  60. }
  61.  
  62. .box2 .icon, .box3 .icon, .box4 .icon{
  63. opacity: 0;
  64. }
  65.  
  66.  
  67. .vc_custom_1547037583565{
  68. display: none;
  69. }
  70.  
  71.  
  72.  
  73. .click {
  74. pointer-events: none;
  75. }
  76.  
  77. .megamenu {
  78. width: 450px !important;
  79. height: 249px !important;
  80. }
  81. .block-nav-category .vertical-menu .submenu{
  82. border: none;
  83. }
  84.  
  85. .vc_custom_15322721757{
  86. width: 750px !important;
  87. }
  88.  
  89. .box-header-nav .main-menu > .menu-item > .submenu {
  90. left: -290px !important;
  91. }
  92.  
  93. .vertical-wrapper:hover .verticalmenu-content {
  94. display: block;
  95. visibility: visible;
  96. opacity:1;
  97. transform: translateY(0px);
  98.  
  99. }
  100.  
  101.  
  102.  
  103. .product-item{
  104. list-style:none;
  105. }
  106.  
  107. .onnew{
  108. display: none;
  109. }
  110.  
  111. .sumi-heading.style6 .view-all:before {
  112. display: none;
  113. }
  114.  
  115. .sumi_custom_5c3cc8ce3affc h2{
  116. color: transparent !important;
  117. }
  118.  
  119. .sumi_custom_5b761ae68ec73 {
  120. display: none;
  121. }
  122.  
  123.  
  124.  
  125. #widget-area .widget {
  126. border: none;
  127. }
  128.  
  129.  
  130. .text_wrapper p{
  131. font-family: 'Open Sans';
  132. }
  133.  
  134.  
  135.  
  136. @media screen and (max-width: 1560px) {
  137.  
  138. .sumi-menu-item-title {
  139. font-size: 13px !important;
  140. }
  141.  
  142. }
  143.  
  144. .slider_tab .slotholder {
  145. height: 350px !important;
  146. }
  147.  
  148.  
  149.  
  150. .slider_tab{
  151. height: 340px;
  152. }
  153.  
  154.  
  155. .vc_custom_1530109576681
  156. , .vc_custom_1533455493283,
  157. .vc_custom_1533455587594{
  158. margin-bottom: 0px !important;
  159. }
  160.  
  161.  
  162. .woocommerce-shipping-destination {
  163. display: none;
  164. }
  165.  
  166. .shipping-calculator-button{
  167. display: none;
  168. }
  169.  
  170. .wc-bacs-bank-details-heading {
  171. padding-top: 50px;
  172. color: #72797e;
  173. font-size: 24px
  174. }
  175.  
  176. .woocommerce-bacs-bank-details h3 {
  177. font-size: 18px !important;
  178. color: #72797e;
  179. }
  180.  
  181. .woocommerce-bacs-bank-details{
  182. margin-bottom: 50px;
  183. }
  184.  
  185. .woocommerce-order-details__title {
  186. font-size: 24px;
  187. }
  188.  
  189. .woocommerce-column__title{
  190. padding-top: 50px;
  191. font-size: 24px;
  192. }
  193.  
  194. .vc_custom_1533830283058 {
  195. margin-bottom: 0px !important;
  196. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement