PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 1.5.2
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v1.5.2
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
ultimate-store-kit / assets / css / usk-product-table.css

usk-product-table.css in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 1.5.2, at assets/css/usk-product-table.css

162 lines 5.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .usk-wc-products-table {
2 overflow-x: auto; }
3 .usk-wc-products-table .usk-rating {
4 display: table-cell !important; }
5 .usk-wc-products-table .dataTables_wrapper {
6 margin-bottom: 50px; }
7 .usk-wc-products-table .dataTables_wrapper .dataTables_length {
8 float: left; }
9 .usk-wc-products-table .dataTables_wrapper .dataTables_length label {
10 font-size: 16px;
11 text-transform: capitalize;
12 color: #1f2027;
13 display: flex;
14 align-items: center;
15 grid-column-gap: 12px; }
16 .usk-wc-products-table .dataTables_wrapper .dataTables_length label select {
17 height: 30px;
18 width: 60px;
19 border-color: #d0d1e9;
20 border-radius: 3px; }
21 .usk-wc-products-table .dataTables_wrapper .dataTables_info {
22 float: left; }
23 .usk-wc-products-table .dataTables_wrapper .dataTables_paginate {
24 float: right;
25 margin-top: 20px; }
26 .usk-wc-products-table .dataTables_wrapper .dataTables_paginate a {
27 display: inline-block;
28 padding-left: 4px;
29 padding-right: 4px; }
30 .usk-wc-products-table .dataTables_wrapper .dataTables_filter {
31 float: left;
32 margin-bottom: 20px;
33 margin-top: 15px; }
34 .usk-wc-products-table .dataTables_wrapper .dataTables_filter label {
35 font-size: 16px;
36 font-weight: 500;
37 color: #403f3f;
38 text-transform: capitalize;
39 display: flex;
40 align-items: center; }
41 .usk-wc-products-table .dataTables_wrapper .dataTables_filter label input {
42 border-radius: 3px;
43 background-color: transparent;
44 border: 1px solid #ddd;
45 padding: 9px 10px;
46 border-radius: 2px;
47 margin-left: 8px;
48 outline: none; }
49 .usk-wc-products-table .dataTables_wrapper .dataTables_filter label input:focus {
50 border: 1px solid #a0a0a0;
51 border-radius: none; }
52 .usk-wc-products-table .usk-wc-product {
53 width: 100%;
54 margin: 0 auto;
55 clear: both;
56 border-collapse: separate;
57 border-spacing: 0;
58 border: 1px solid #c1c1c18c;
59 border-collapse: collapse;
60 text-align: left; }
61 .usk-wc-products-table .usk-wc-product th,
62 .usk-wc-products-table .usk-wc-product td {
63 padding: 10px 18px;
64 border: 1px solid #c1c1c18c;
65 border-collapse: collapse; }
66 .usk-wc-products-table .usk-wc-product thead {
67 white-space: nowrap; }
68 .usk-wc-products-table .usk-wc-product thead th {
69 display: table-cell;
70 background: #e62a3f;
71 color: #fff;
72 font-size: 16px;
73 font-weight: 600; }
74 .usk-wc-products-table .usk-wc-product thead .shorting {
75 background-image: none; }
76 .usk-wc-products-table .usk-wc-product thead .shorting::before {
77 content: ''; }
78 .usk-wc-products-table .usk-wc-product thead .shorting::after {
79 content: ''; }
80 .usk-wc-products-table .usk-wc-product tbody .usk-thumb {
81 width: 60px !important; }
82 .usk-wc-products-table .usk-wc-product tbody .usk-title .usk-wc-product-title {
83 font-size: 16px;
84 font-weight: 500;
85 line-height: 1.4; }
86 .usk-wc-products-table .usk-wc-product tbody .usk-title .usk-wc-product-title a {
87 color: #e62a3f; }
88 .usk-wc-products-table .usk-wc-product tbody .usk-excerpt {
89 width: 350px !important; }
90 .usk-wc-products-table .usk-wc-product tbody .usk-excerpt .usk-wc-product-excerpt {
91 font-size: 14px;
92 color: #7d7575;
93 line-height: 1.6; }
94 .usk-wc-products-table .usk-wc-product tbody .usk-categories .usk-wc-product-categories a {
95 font-size: 14px;
96 color: #e62a3f;
97 font-weight: 500; }
98 .usk-wc-products-table .usk-wc-product tbody .usk-price .usk-wc-product-price .price {
99 font-size: 14px;
100 font-weight: 500;
101 color: #5c5959;
102 margin: 0; }
103 .usk-wc-products-table .usk-wc-product tbody .usk-price .usk-wc-product-price .price del {
104 font-weight: 300;
105 color: #928f8f; }
106 .usk-wc-products-table .usk-wc-product tbody .usk-price .usk-wc-product-price .price ins {
107 background: transparent;
108 text-decoration: none;
109 padding-left: 5px; }
110 .usk-wc-products-table .usk-wc-product tbody .usk-quick-view-title .usk-shoping-icon-quickview {
111 background: #e62a3f;
112 padding: 4px 8px;
113 color: #fff;
114 border-radius: 3px;
115 font-size: 14px; }
116 .usk-wc-products-table .usk-wc-product tbody .usk-wc-quantity .quantity input {
117 height: 37px;
118 width: 80px;
119 padding: 5px;
120 outline: none;
121 border: 1px solid #dacecf;
122 color: #716b6b;
123 border-radius: 3px;
124 background: transparent; }
125 .usk-wc-products-table .usk-wc-product tbody .usk-wc-quantity .quantity input:focus {
126 border: 1px solid #a8a3a4; }
127 .usk-wc-products-table .usk-wc-product .usk-wc-add-to-cart .add_to_cart_button.added {
128 display: none !important; }
129 .usk-wc-products-table .usk-wc-product .usk-wc-add-to-cart .button,
130 .usk-wc-products-table .usk-wc-product .usk-wc-add-to-cart .added_to_cart {
131 background: #e62a3f;
132 width: 100px;
133 height: 35px;
134 line-height: 35px;
135 text-align: center;
136 font-size: 12px;
137 color: #fff;
138 font-weight: 600;
139 border-radius: 3px;
140 display: inline-block; }
141
142 table td,
143 table th,
144 .wp-block-table td,
145 .wp-block-table th {
146 border: transparent; }
147
148 table.dataTable.stripe tbody tr.odd,
149 table.dataTable.display tbody tr.odd {
150 background-color: #f9f9f9; }
151
152 @media (min-width: 768px) {
153 .usk-wc-products-table {
154 overflow: auto; }
155 .usk-wc-products-table .dataTables_wrapper .dataTables_filter {
156 float: right;
157 margin-top: 0; } }
158
159 @media (min-width: 1400px) {
160 .usk-wc-products-table {
161 overflow: visible; } }
162