| 1 |
.usk-edd-classic-grid .usk-edd-classic-grid-wrapper { |
| 2 |
display: grid; |
| 3 |
grid-template-columns: repeat(3, 1fr); |
| 4 |
grid-gap: 10px; } |
| 5 |
|
| 6 |
.usk-edd-classic-grid .usk-edd-classic-grid-item { |
| 7 |
transition: all .3s ease-in-out; |
| 8 |
border-width: 2px; |
| 9 |
border-style: solid; |
| 10 |
border-color: #f2f2f3; |
| 11 |
border-radius: 5px; } |
| 12 |
.usk-edd-classic-grid .usk-edd-classic-grid-item:hover { |
| 13 |
border-color: #f00; } |
| 14 |
.usk-edd-classic-grid .usk-edd-classic-grid-item:hover .usk-edd-classic-grid-image-wrapper::before { |
| 15 |
opacity: 1; } |
| 16 |
.usk-edd-classic-grid .usk-edd-classic-grid-item:hover .usk-action-button .edd_purchase_submit_wrapper, |
| 17 |
.usk-edd-classic-grid .usk-edd-classic-grid-item:hover .usk-action-button .usk-details-button, |
| 18 |
.usk-edd-classic-grid .usk-edd-classic-grid-item:hover .usk-action-button .edd-add-to-cart { |
| 19 |
opacity: 1; |
| 20 |
transform: scale(1); } |
| 21 |
.usk-edd-classic-grid .usk-edd-classic-grid-item:hover .usk-action-button .edd_purchase_submit_wrapper { |
| 22 |
transition-delay: .3s; } |
| 23 |
.usk-edd-classic-grid .usk-edd-classic-grid-item:hover .usk-action-button .usk-details-button { |
| 24 |
transition-delay: .5s; } |
| 25 |
|
| 26 |
.usk-edd-classic-grid .usk-edd-classic-grid-image-wrapper { |
| 27 |
position: relative; } |
| 28 |
.usk-edd-classic-grid .usk-edd-classic-grid-image-wrapper::before { |
| 29 |
position: absolute; |
| 30 |
content: ''; |
| 31 |
width: 100%; |
| 32 |
height: 100%; |
| 33 |
top: 0; |
| 34 |
left: 0; |
| 35 |
background: rgba(255, 255, 255, 0.529); |
| 36 |
opacity: 0; |
| 37 |
transition: all .3s ease-in-out; } |
| 38 |
.usk-edd-classic-grid .usk-edd-classic-grid-image-wrapper img { |
| 39 |
width: 100%; |
| 40 |
height: 100%; |
| 41 |
object-fit: cover; } |
| 42 |
|
| 43 |
.usk-edd-classic-grid .usk-action-button { |
| 44 |
position: absolute; |
| 45 |
top: 50%; |
| 46 |
left: 0; |
| 47 |
right: 0; |
| 48 |
margin: 0 70px; |
| 49 |
display: inline-flex; |
| 50 |
flex-direction: column; |
| 51 |
text-align: center; |
| 52 |
transform: translateY(-50%); } |
| 53 |
.usk-edd-classic-grid .usk-action-button input[type=submit] { |
| 54 |
display: none; } |
| 55 |
.usk-edd-classic-grid .usk-action-button .edd_purchase_submit_wrapper { |
| 56 |
margin-bottom: 10px; } |
| 57 |
.usk-edd-classic-grid .usk-action-button .edd-loading { |
| 58 |
position: absolute !important; } |
| 59 |
.usk-edd-classic-grid .usk-action-button .edd_purchase_submit_wrapper, |
| 60 |
.usk-edd-classic-grid .usk-action-button .usk-details-button { |
| 61 |
transform: scale(0.5); |
| 62 |
opacity: 0; |
| 63 |
transition: all .3s ease-in-out; } |
| 64 |
.usk-edd-classic-grid .usk-action-button .edd_purchase_submit_wrapper a, |
| 65 |
.usk-edd-classic-grid .usk-action-button .usk-details-button a { |
| 66 |
display: block; } |
| 67 |
.usk-edd-classic-grid .usk-action-button .edd_purchase_submit_wrapper a, |
| 68 |
.usk-edd-classic-grid .usk-action-button .edd_purchase_submit_wrapper .edd-add-to-cart, |
| 69 |
.usk-edd-classic-grid .usk-action-button .usk-details-button a, |
| 70 |
.usk-edd-classic-grid .usk-action-button .usk-details-button .edd-add-to-cart { |
| 71 |
width: 100%; |
| 72 |
background-color: #000; |
| 73 |
padding: 12px 20px; |
| 74 |
font-size: 10px; |
| 75 |
text-transform: uppercase; |
| 76 |
font-weight: 700; |
| 77 |
color: #fff; |
| 78 |
text-decoration: navajowhite; |
| 79 |
border-radius: 5px; |
| 80 |
overflow: hidden; |
| 81 |
position: relative; |
| 82 |
border: 0; |
| 83 |
transition: all .3s ease-in-out; } |
| 84 |
.usk-edd-classic-grid .usk-action-button .edd_purchase_submit_wrapper a:hover, |
| 85 |
.usk-edd-classic-grid .usk-action-button .edd_purchase_submit_wrapper .edd-add-to-cart:hover, |
| 86 |
.usk-edd-classic-grid .usk-action-button .usk-details-button a:hover, |
| 87 |
.usk-edd-classic-grid .usk-action-button .usk-details-button .edd-add-to-cart:hover { |
| 88 |
background-color: #d71400; } |
| 89 |
.usk-edd-classic-grid .usk-action-button .edd_purchase_submit_wrapper a .usk-cart-button, |
| 90 |
.usk-edd-classic-grid .usk-action-button .edd_purchase_submit_wrapper .edd-add-to-cart .usk-cart-button, |
| 91 |
.usk-edd-classic-grid .usk-action-button .usk-details-button a .usk-cart-button, |
| 92 |
.usk-edd-classic-grid .usk-action-button .usk-details-button .edd-add-to-cart .usk-cart-button { |
| 93 |
margin-bottom: 10px; } |
| 94 |
|
| 95 |
.usk-edd-classic-grid .usk-edd-content { |
| 96 |
text-align: center; |
| 97 |
padding: 20px; } |
| 98 |
|
| 99 |
.usk-edd-classic-grid .usk-edd-category { |
| 100 |
margin-bottom: 10px; |
| 101 |
display: inline-block; } |
| 102 |
.usk-edd-classic-grid .usk-edd-category a { |
| 103 |
color: #5b5d66; |
| 104 |
font-size: 13px; |
| 105 |
text-transform: capitalize; |
| 106 |
text-decoration: none; |
| 107 |
transition: all .3s ease-in-out; } |
| 108 |
.usk-edd-classic-grid .usk-edd-category a:hover { |
| 109 |
color: #d71400; } |
| 110 |
|
| 111 |
.usk-edd-classic-grid .usk-edd-title { |
| 112 |
font-size: 16px; |
| 113 |
font-weight: 700; |
| 114 |
text-transform: capitalize; |
| 115 |
margin: 0 0 10px; } |
| 116 |
.usk-edd-classic-grid .usk-edd-title a { |
| 117 |
color: rgba(40, 40, 57, 0.96); |
| 118 |
text-decoration: none; |
| 119 |
transition: all .3s ease-in-out; } |
| 120 |
.usk-edd-classic-grid .usk-edd-title a:hover { |
| 121 |
color: #d71400; } |
| 122 |
|
| 123 |
.usk-edd-classic-grid .usk-edd-price { |
| 124 |
font-size: 13px; |
| 125 |
font-weight: 600; |
| 126 |
margin-bottom: 10px; |
| 127 |
display: inline-flex; |
| 128 |
align-content: center; |
| 129 |
justify-content: center; |
| 130 |
grid-column-gap: 10px; } |
| 131 |
|
| 132 |
@media (min-width: 768px) { |
| 133 |
.usk-edd-classic-grid { |
| 134 |
grid-template-columns: repeat(2, 1fr); } } |
| 135 |
|
| 136 |
@media (min-width: 1024px) { |
| 137 |
.usk-edd-classic-grid { |
| 138 |
grid-template-columns: repeat(4, 1fr); } } |
| 139 |
|