PATH:
home
/
centosnipponia
/
public_html
/
BAK_doohannl
/
wp-content
/
themes
/
sydney-pro-ii
/
css
/
modules
/
src
/** * Multi Step Checkout */ .clear { clear: both; } .woocommerce-checkout { .woocommerce-form-coupon-toggle, .woocommerce-form-login, form.woocommerce-checkout #customer_details, .checkout-wrapper, .sydney-mstep-order-review { display: none; opacity: 0; transform: translate3d( 0, 15px, 0 ); transition: ease opacity 300ms, ease transform 300ms; &.show { display: block; } &.showEffect { opacity: 1; transform: none; } } .woocommerce-form-login.show { display: block !important; } .woocommerce-form-coupon { display: none; padding: 30px 50px; &.show { display: block; } p { margin-bottom: 20px; &:last-child { margin-bottom: 0; } } } .woocommerce-info, .woocommerce-error { padding: 30px 50px; } } @media (max-width: 767px) { .woocommerce-checkout { .woocommerce-form-coupon, .woocommerce-info, .woocommerce-error { padding: 15px 25px; } } } .sydney-mstepc-wrapper { .entry-content { position: relative; max-width: 700px; margin: 0 auto; } #customer_details, .woocommerce-checkout-review-order, #order_review_heading { flex: 0 0 100%; max-width: 100%; width: 100% !important; padding: 0; float: none !important; margin-left: 0; } .woocommerce-billing-fields { h3 { text-align: center; margin-top: 0 !important; } } .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper { padding: 50px 50px 15px; background: #f5f5f5; margin-top: 28px; margin-bottom: 40px; } .woocommerce-account-fields, .woocommerce-additional-fields__field-wrapper { background: #f5f5f5; padding: 33px 50px 30px; margin: 0; p { margin-bottom: 0; } } .woocommerce-form-login { padding: 50px 50px 10px; margin-bottom: 0; } .woocommerce-checkout-review-order { padding: 40px 50px 40px; background: #f5f5f5; } .notes { padding: 0; } .sydney-mstep-order-review { background: #f5f5f5; padding: 50px 50px; .divider { margin: 30px 0 22px; } } #place_order { display: none; } @media (max-width: 767px) { .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-account-fields, .woocommerce-additional-fields__field-wrapper, .woocommerce-form-login, .checkout-wrapper .woocommerce-checkout-review-order, .sydney-mstep-order-review { padding: 20px; } } .sydney-mstepc-tabs-nav { display: flex; position: relative; justify-content: space-around; margin-bottom: 70px; margin-top: 50px; .sydney-mstepc-tabs-nav-item { position: relative; text-align: center; cursor: not-allowed; width: 100%; &:before { content: ''; position: absolute; top: 18px; left: 0; width: 100%; border-top: 2px solid #CCC; z-index: 0; } .sydney-mstepc-tabs-nav-item-link { display: block; cursor: not-allowed; pointer-events: none; } &.completed, &.next-step, &.current-step { cursor: pointer; .sydney-mstepc-tabs-nav-item-link { cursor: pointer; pointer-events: all; } } .label { font-size: 0.95em; opacity: 0.7; transition: ease font-size 300ms, ease opacity 300ms; } .step { position: relative; display: block; width: 35px; height: 35px; margin: 0 auto 10px; background-color: #FFF; border: 2px solid #CCC; border-radius: 100%; transition: ease border-color 300ms, ease background-color 300ms, ease color 300ms; .step-number, .step-completed { position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); } .step-number { color: #CCC; font-weight: 600; transition: ease color 300ms; } .step-completed { display: none; } svg { width: 14px; height: auto; transition: ease fill 300ms; fill: var(--sydney-headings-color); } } &:hover { .step { .step-number { color: var(--sydney-headings-color); } } .label { opacity: 1; } } &:hover, &.completed, &.current-step { .label { opacity: 1; } .step { border-color: var(--sydney-headings-color); } } &.current-step { &:before { border-top-color: var(--sydney-headings-color); } .label { font-size: 1em; } .step { background-color: var(--sydney-headings-color); color: #FFF; .step-number { color: #FFF; } svg { fill: #FFF; } } } &.completed { &:before { border-top-color: var(--sydney-headings-color); } .step-number { display: none; } .step-completed { display: block; } } } } .sydney-mstep-order-review__address { display: flex; > div { width: 100%; } } @media screen and (max-width: 767px) { .sydney-mstep-order-review__address { flex-wrap: wrap; } } .sydney-mstepc-prev, .sydney-mstepc-next, .sydney-mstepc-back-to-cart { display: inline-flex; align-items: center; text-decoration: none; color: var(--sydney-grey-color); span { position: relative; top: -2px; margin-right: 10px; } } .sydney-mstepc-back-to-cart { display: block; text-align: center; margin-bottom: 15px; } .sydney-mstepc-next { span { margin-left: 10px; } } .sydney-mstepc-footer { display: flex; justify-content: center; max-width: 700px; margin: 30px auto 0; } &:not(.login):not(.billing-shipping) { .sydney-mstepc-back-to-cart { display: none; } } .sydney-mstepc-skip-login { display: none; } .sydney-mstepc-place-order { display: none; padding: 15px 80px; svg { display: none; opacity: 0.7; animation-name: sydneyAnimRotate; animation-timing-function: linear; animation-duration: 1.5s; animation-iteration-count: infinite; transition: ease opacity 300ms; } &.loading { .text { display: none; } svg { display: block; } } } &:not(.order-review) { .sydney-mstepc-next { position: relative; margin-left: 60px; &:before { content: ''; position: absolute; top: 50%; left: -30px; height: 100%; width: 1px; background-color: #CCC; transform: translate3d(0, -50%, 0); } } } &.login { .sydney-mstepc-skip-login { display: block; } .sydney-mstepc-prev { display: none; } } &.billing-shipping { .sydney-mstepc-footer { &.no-login-step { .sydney-mstepc-prev { display: none; } .sydney-mstepc-next { margin-left: 0; &:before { content: none; } } } } } &.order-review { .sydney-mstepc-footer { flex-direction: column; align-items: center; } .sydney-mstepc-next { display: none; } .sydney-mstepc-place-order { display: inline-flex; margin-top: 15px; } } } .sydney-mstepc-tabs-content { #order_review_heading, .woocommerce-checkout-review-order { display: none; &.show { display: block !important; } } } .sydney-mstepc-tabs-nav-item-link { color: var(--sydney-headings-color); } .checkout.woocommerce-checkout { margin-top: 0; }
[+]
..
[-] ext-blog.scss
[edit]
[-] ext-footer.scss
[edit]
[-] modal.scss
[edit]
[-] multistep-checkout.scss
[edit]
[-] page-headers.scss
[edit]
[-] quick-links.scss
[edit]
[-] sydney-reviews-advanced.scss
[edit]
[-] woosidebar.scss
[edit]
[-] .htaccess.disabled
[edit]