.edd_downloads_list { margin-left: -8px; .edd-download-inner { margin-bottom: $small__spacing; } } //download button .edd-submit, #edd-purchase-button, input[type="submit"].edd-submit { @extend button; background: $color__background-button; border-color: $color__border-button; color:#fff; &:hover, &:focus { } } //image .edd_download_image { margin-bottom: $small__spacing; } //checkout .edd-checkout { .entry-header { display: none; } #edd_checkout_cart { @extend table; } } .widget_edd_cart_widget { .edd_checkout { } .edd-cart-number-of-items { border-left: 4px solid $color__gray; margin-top: $small__spacing/2; padding-left: $small__spacing/2; } .edd-cart { padding: $small__spacing; } .edd-cart-meta.edd_subtotal, .edd-cart-meta.edd_total { margin-left: -$small__spacing; margin-right: -$small__spacing; padding-left: $small__spacing; padding-right: $small__spacing; } } @include media(max-width 600px) { .edd_download_columns_3 { .edd_download { width: 100%!important; } } }