| 1 |
:root { |
| 2 |
--usk-mini-cart-header-height: 80px; |
| 3 |
--usk-mini-cart-footer-height: 208px; |
| 4 |
} |
| 5 |
|
| 6 |
.usk-mini-cart { |
| 7 |
z-index: 99999; |
| 8 |
min-height: 1px; |
| 9 |
position: fixed !important; |
| 10 |
} |
| 11 |
.usk-mini-cart.toolslide .ts-content-container { |
| 12 |
background-color: #fff; |
| 13 |
} |
| 14 |
.usk-mini-cart #toggle-menu-button { |
| 15 |
width: 100px; |
| 16 |
height: 50px; |
| 17 |
line-height: 50px; |
| 18 |
cursor: pointer; |
| 19 |
text-align: center; |
| 20 |
background: #f5f9ff; |
| 21 |
font-size: 14px; |
| 22 |
font-weight: 600; |
| 23 |
color: #2e3134; |
| 24 |
} |
| 25 |
.usk-mini-cart #toggle-menu-button:hover { |
| 26 |
color: #ffffff; |
| 27 |
background-color: #2f353f; |
| 28 |
} |
| 29 |
.usk-mini-cart .bdt-mini-cart-product-thumbnail { |
| 30 |
width: 90px; |
| 31 |
height: 90px; |
| 32 |
z-index: 1; |
| 33 |
} |
| 34 |
.usk-mini-cart .bdt-button-text { |
| 35 |
color: #fff; |
| 36 |
z-index: 1; |
| 37 |
position: relative; |
| 38 |
} |
| 39 |
.usk-mini-cart .usk-widget-title { |
| 40 |
border-bottom: 1px solid #e0e7f2; |
| 41 |
font-size: 18px; |
| 42 |
font-weight: 700; |
| 43 |
color: #3c3c44; |
| 44 |
text-transform: uppercase; |
| 45 |
height: var(--usk-mini-cart-header-height); |
| 46 |
display: flex; |
| 47 |
align-items: center; |
| 48 |
padding-left: 20px; |
| 49 |
} |
| 50 |
.usk-mini-cart .bdt-mini-cart-subtotal { |
| 51 |
padding: 20px; |
| 52 |
border-bottom: 1px solid #e0e7f2; |
| 53 |
display: flex; |
| 54 |
align-items: center; |
| 55 |
justify-content: space-between; |
| 56 |
} |
| 57 |
.usk-mini-cart .bdt-mini-cart-subtotal strong { |
| 58 |
padding: 20px; |
| 59 |
font-size: 18px; |
| 60 |
font-weight: 700; |
| 61 |
color: #3c3c44; |
| 62 |
text-transform: uppercase; |
| 63 |
} |
| 64 |
.usk-mini-cart .bdt-mini-cart-subtotal .woocommerce-Price-amount.amount { |
| 65 |
font-size: 18px; |
| 66 |
font-weight: 600; |
| 67 |
color: rgba(239, 2, 2, 0.955); |
| 68 |
} |
| 69 |
.usk-mini-cart .bdt-mini-cart-product-item { |
| 70 |
position: relative; |
| 71 |
cursor: pointer; |
| 72 |
display: flex; |
| 73 |
align-items: center; |
| 74 |
border-bottom: 1px solid #e0e7f2; |
| 75 |
transition: all 0.3s ease-in-out; |
| 76 |
} |
| 77 |
.usk-mini-cart .bdt-mini-cart-product-item:hover { |
| 78 |
background-color: #e0e7f2; |
| 79 |
} |
| 80 |
.usk-mini-cart .bdt-margin-small-left { |
| 81 |
z-index: 1; |
| 82 |
} |
| 83 |
.usk-mini-cart .bdt-mini-cart-product-remove { |
| 84 |
z-index: 1; |
| 85 |
position: absolute; |
| 86 |
top: 50%; |
| 87 |
transform: translateY(-50%); |
| 88 |
right: 20px; |
| 89 |
} |
| 90 |
.usk-mini-cart .bdt-mini-cart-product-remove a { |
| 91 |
color: #25262d; |
| 92 |
padding: 4px 7px; |
| 93 |
border-radius: 50%; |
| 94 |
transition: all 0.3s ease; |
| 95 |
} |
| 96 |
.usk-mini-cart .bdt-mini-cart-product-remove a i { |
| 97 |
transition: all 0.3s ease; |
| 98 |
} |
| 99 |
.usk-mini-cart .bdt-mini-cart-product-remove a:hover { |
| 100 |
background-color: #fff; |
| 101 |
color: rgba(239, 2, 2, 0.955); |
| 102 |
} |
| 103 |
.usk-mini-cart .bdt-mini-cart-product-remove a:hover i { |
| 104 |
transform: rotate(180deg); |
| 105 |
} |
| 106 |
.usk-mini-cart .usk-mini-cart-content-wrap { |
| 107 |
z-index: 1; |
| 108 |
margin-left: 5px; |
| 109 |
} |
| 110 |
.usk-mini-cart .bdt-mini-cart-product-name { |
| 111 |
margin-bottom: 5px; |
| 112 |
} |
| 113 |
.usk-mini-cart .bdt-mini-cart-product-name a { |
| 114 |
font-size: 13px; |
| 115 |
color: #504e69; |
| 116 |
font-weight: 700; |
| 117 |
text-transform: uppercase; |
| 118 |
text-decoration: none; |
| 119 |
transition: all 0.3s ease; |
| 120 |
} |
| 121 |
.usk-mini-cart .bdt-mini-cart-product-name a:hover { |
| 122 |
color: rgba(239, 2, 2, 0.955); |
| 123 |
} |
| 124 |
.usk-mini-cart .bdt-mini-cart-product-price { |
| 125 |
font-size: 12px; |
| 126 |
font-weight: 600; |
| 127 |
color: #63666e; |
| 128 |
} |
| 129 |
.usk-mini-cart .bdt-mini-cart-product-price bdi { |
| 130 |
color: rgba(239, 2, 2, 0.955); |
| 131 |
} |
| 132 |
.usk-mini-cart .bdt-mini-cart-products { |
| 133 |
max-width: 100%; |
| 134 |
overflow: auto; |
| 135 |
} |
| 136 |
.usk-mini-cart .bdt-mini-cart-products::-webkit-scrollbar { |
| 137 |
width: 3px; |
| 138 |
} |
| 139 |
.usk-mini-cart .bdt-mini-cart-products::-webkit-scrollbar-track { |
| 140 |
background: #f1f1f1; |
| 141 |
} |
| 142 |
.usk-mini-cart .bdt-mini-cart-products::-webkit-scrollbar-thumb { |
| 143 |
background: rgb(209, 209, 209); |
| 144 |
} |
| 145 |
.usk-mini-cart .bdt-mini-cart-footer-buttons { |
| 146 |
display: flex; |
| 147 |
flex-direction: column; |
| 148 |
padding: 20px; |
| 149 |
} |
| 150 |
.usk-mini-cart .bdt-mini-cart-footer-buttons a { |
| 151 |
margin-bottom: 8px; |
| 152 |
font-size: 12px; |
| 153 |
text-align: center; |
| 154 |
padding: 14px 0; |
| 155 |
color: #fff; |
| 156 |
font-weight: 700; |
| 157 |
text-decoration: none; |
| 158 |
text-transform: uppercase; |
| 159 |
transition: all 0.3s ease-in-out; |
| 160 |
position: relative; |
| 161 |
} |
| 162 |
.usk-mini-cart .bdt-mini-cart-footer-buttons a:nth-last-child(1) { |
| 163 |
margin-bottom: 0; |
| 164 |
} |
| 165 |
.usk-mini-cart .bdt-mini-cart-footer-buttons a::before { |
| 166 |
position: absolute; |
| 167 |
content: ""; |
| 168 |
top: 0; |
| 169 |
left: 0; |
| 170 |
width: 0; |
| 171 |
height: 100%; |
| 172 |
opacity: 0; |
| 173 |
transition: all 0.3s ease-in-out; |
| 174 |
} |
| 175 |
.usk-mini-cart .bdt-mini-cart-footer-buttons a:hover::before { |
| 176 |
opacity: 1; |
| 177 |
width: 100%; |
| 178 |
} |
| 179 |
.usk-mini-cart .bdt-mini-cart-footer-buttons .usk-button-text { |
| 180 |
z-index: 1; |
| 181 |
position: relative; |
| 182 |
} |
| 183 |
.usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart { |
| 184 |
background: #25262d; |
| 185 |
} |
| 186 |
.usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart::before { |
| 187 |
background: rgba(239, 2, 2, 0.955); |
| 188 |
} |
| 189 |
.usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout { |
| 190 |
background: rgba(239, 2, 2, 0.955); |
| 191 |
} |
| 192 |
.usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout::before { |
| 193 |
background: #25262d; |
| 194 |
} |
| 195 |
.usk-mini-cart .usk-mini-cart-content-footer { |
| 196 |
background: #fff; |
| 197 |
z-index: 1; |
| 198 |
box-shadow: 0 0 5px rgba(210, 217, 228, 0.459); |
| 199 |
} |
| 200 |
.usk-mini-cart .__widget_shopping_cart_content { |
| 201 |
display: flex; |
| 202 |
flex-direction: column; |
| 203 |
justify-content: space-between; |
| 204 |
width: 100%; |
| 205 |
height: calc(100% - var(--usk-mini-cart-header-height)); |
| 206 |
} |
| 207 |
|
| 208 |
.usk-mini-cart-opened { |
| 209 |
background: rgba(0, 0, 0, 0.372); |
| 210 |
position: absolute; |
| 211 |
top: 0; |
| 212 |
left: 0; |
| 213 |
width: 100%; |
| 214 |
height: 100%; |
| 215 |
transition: all 0.3s ease; |
| 216 |
} |
| 217 |
|
| 218 |
.bdt-mini-cart-inner { |
| 219 |
display: inline-flex; |
| 220 |
align-items: center; |
| 221 |
grid-column-gap: 10px; |
| 222 |
cursor: pointer; |
| 223 |
line-height: 1; |
| 224 |
} |
| 225 |
.bdt-mini-cart-inner .woocommerce-Price-amount.amount { |
| 226 |
font-size: 16px; |
| 227 |
color: #25262d; |
| 228 |
font-weight: 600; |
| 229 |
} |
| 230 |
.bdt-mini-cart-inner .bdt-mini-cart-button-icon { |
| 231 |
position: relative; |
| 232 |
} |
| 233 |
.bdt-mini-cart-inner .usk-cart-icon { |
| 234 |
font-size: 22px; |
| 235 |
color: #25262d; |
| 236 |
} |
| 237 |
.bdt-mini-cart-inner .usk-cart-badge { |
| 238 |
position: absolute; |
| 239 |
right: -10px; |
| 240 |
top: -6px; |
| 241 |
font-size: 10px; |
| 242 |
background: #f00; |
| 243 |
width: 15px; |
| 244 |
height: 15px; |
| 245 |
line-height: 15px; |
| 246 |
text-align: center; |
| 247 |
border-radius: 50%; |
| 248 |
font-weight: 700; |
| 249 |
color: #fff; |
| 250 |
} |