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