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