/* Zandino Cinematic commerce presentation — v3.9.0 */
.z36-header-actions { display: flex; align-items: center; gap: 9px; }
.z36-account-link { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 13px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: inherit; text-decoration: none; font-size: 12px; transition: border-color .2s ease, background .2s ease; }
.z36-account-link:hover { border-color: var(--zandino-accent, #4f8cff); background: rgba(79, 140, 255, .11); color: #cfe1ff; }
.z36-account-link .z36-account-icon { display: block; width: 20px; height: 20px; flex: 0 0 20px; overflow: visible; }
.z36-mobile-account { display: flex; justify-content: space-between; text-decoration: none; }

.z36-commerce-main { min-height: 70vh; background: #f4f7fc; color: #13243a; }
.z36-commerce-shell { padding: 142px 0 90px; direction: rtl; }
.z36-commerce-shell .woocommerce { color: #26384e; }
.z36-commerce-shell a { color: inherit; }

.z36-commerce-shell .woocommerce-message,
.z36-commerce-shell .woocommerce-info,
.z36-commerce-shell .woocommerce-error { margin-bottom: 17px; padding: 14px 17px !important; border: 1px solid #d8e3ef; border-top: 0 !important; border-radius: 14px; background: #fff; color: #34475e; box-shadow: 0 8px 24px rgba(13, 39, 71, .05); }
.z36-commerce-shell .woocommerce-message::before,
.z36-commerce-shell .woocommerce-info::before,
.z36-commerce-shell .woocommerce-error::before { display: none; }

.z36-commerce-shell .button,
.z36-commerce-shell button.button,
.z36-commerce-shell input.button { display: inline-flex !important; align-items: center; justify-content: center; min-height: 44px; box-sizing: border-box; padding: 0 18px !important; border: 1px solid #c8d6e7 !important; border-radius: 12px !important; background: #fff !important; color: #1c3554 !important; font-weight: 800; box-shadow: none !important; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.z36-commerce-shell .button:hover,
.z36-commerce-shell button.button:hover { border-color: #9ebce4 !important; background: #edf4ff !important; transform: translateY(-1px); }
.z36-commerce-shell .button.alt,
.z36-commerce-shell button.alt,
.z36-commerce-shell #place_order,
.z36-commerce-shell .single_add_to_cart_button { border-color: var(--zandino-accent, #4f8cff) !important; background: var(--zandino-accent, #4f8cff) !important; color: #fff !important; box-shadow: 0 12px 26px rgba(37, 99, 235, .2) !important; }

.z36-commerce-shell form .form-row { margin: 0 0 13px; }
.z36-commerce-shell form .form-row label { display: block; margin-bottom: 6px; color: #54667d; font-size: 11px; font-weight: 700; }
.z36-commerce-shell form .form-row input.input-text,
.z36-commerce-shell form .form-row textarea,
.z36-commerce-shell form .form-row select,
.z36-commerce-shell .select2-container .select2-selection--single { min-height: 49px; box-sizing: border-box; padding: 10px 13px; border: 1px solid #ccd8e6; border-radius: 12px; background: #fff; color: #162a44; }
.z36-commerce-shell .select2-container .select2-selection--single { padding: 0; }
.z36-commerce-shell .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 47px; }
.z36-commerce-shell .select2-container--default .select2-selection--single .select2-selection__arrow { height: 47px; }
.z36-commerce-shell input:focus,
.z36-commerce-shell textarea:focus,
.z36-commerce-shell select:focus { outline: 0; border-color: var(--zandino-accent, #4f8cff) !important; box-shadow: 0 0 0 3px rgba(79, 140, 255, .12); }

.z36-commerce-shell table.shop_table { width: 100%; overflow: hidden; border: 1px solid #dbe4ef; border-radius: 16px; border-collapse: separate; border-spacing: 0; background: #fff; box-shadow: 0 9px 28px rgba(13, 39, 71, .045); }
.z36-commerce-shell table.shop_table th,
.z36-commerce-shell table.shop_table td { padding: 14px; border-color: #e6edf4; }
.z36-commerce-shell table.shop_table th { color: #617187; font-size: 11px; }

/* Product/service archive */
.z36-commerce-shell .products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.z36-commerce-shell .products::before,
.z36-commerce-shell .products::after { display: none; }
.z36-commerce-shell ul.products li.product { width: auto !important; margin: 0 !important; padding: 16px; border: 1px solid #dce5ef; border-radius: 20px; background: #fff; box-shadow: 0 12px 36px rgba(13, 39, 71, .05); }
.z36-commerce-shell ul.products li.product a img { border-radius: 14px; }
.z36-commerce-shell ul.products li.product .woocommerce-loop-product__title { color: #152b46; font-size: 18px; }
.z36-commerce-shell .product .price { color: #276fd7 !important; font-weight: 850; }
.z36-commerce-shell .zcp-view-service { width: 100%; margin-top: 9px; border-color: #bdd1ed !important; background: #edf4ff !important; color: #2364c5 !important; }

/* Dedicated service order page */
body.zandino-service-product .z36-commerce-main { background: linear-gradient(180deg, #eef4fb 0, #f8fafc 52%, #f4f7fb 100%); }
body.zandino-service-product .z36-commerce-shell { padding-top: 128px; }
body.zandino-service-product .woocommerce-breadcrumb { margin: 0 0 18px; color: #73839a; font-size: 10px; }
body.zandino-service-product div.product { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(24px, 4vw, 54px); align-items: start; }
body.zandino-service-product div.product::before,
body.zandino-service-product div.product::after { display: none; }
body.zandino-service-product .zcp-service-visual { width: auto !important; float: none !important; }
body.zandino-service-product div.product .summary { position: sticky; top: 105px; width: auto !important; float: none !important; box-sizing: border-box; margin: 0 !important; padding: clamp(23px, 3vw, 34px); border: 1px solid #dce6f1; border-radius: 27px; background: rgba(255, 255, 255, .9); box-shadow: 0 25px 70px rgba(11, 37, 70, .08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
body.zandino-service-product div.product .product_title { margin: 10px 0 13px; color: #0a1d34; font-size: clamp(31px, 4vw, 51px); line-height: 1.08; letter-spacing: -.04em; }
body.zandino-service-product div.product .summary > .price { margin: 0 0 16px; color: #246ed9 !important; font-size: clamp(23px, 3vw, 31px); font-weight: 900; }
body.zandino-service-product div.product .woocommerce-product-details__short-description { color: #607087; font-size: 13px; line-height: 1.85; }
body.zandino-service-product div.product .woocommerce-product-details__short-description p { margin: 0; }
body.zandino-service-product div.product form.cart { display: grid; margin: 0; }
body.zandino-service-product div.product form.cart .quantity { display: none !important; }
body.zandino-service-product div.product form.cart .single_add_to_cart_button { width: 100%; min-height: 56px; border-radius: 15px !important; font-size: 13px; }
body.zandino-service-product div.product form.variations_form .variations { margin-bottom: 12px; border: 0; background: transparent; box-shadow: none; }
body.zandino-service-product div.product form.variations_form .variations th,
body.zandino-service-product div.product form.variations_form .variations td { padding: 6px 0; border: 0; }
body.zandino-service-product .zcp-configurator { background: #f6f9fd; }
body.zandino-service-product .zcp-service-details,
body.zandino-service-product .woocommerce-tabs,
body.zandino-service-product .related { grid-column: 1 / -1; }
body.zandino-service-product .woocommerce-tabs { margin-top: 8px; padding: clamp(22px, 3vw, 32px); border: 1px solid #dce5ef; border-radius: 22px; background: #fff; }
body.zandino-service-product .woocommerce-tabs ul.tabs { margin: 0 0 18px !important; padding: 0 !important; }
body.zandino-service-product .woocommerce-tabs ul.tabs::before,
body.zandino-service-product .woocommerce-tabs ul.tabs li::before,
body.zandino-service-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
body.zandino-service-product .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; }
body.zandino-service-product .woocommerce-tabs ul.tabs li a { padding: 0 0 10px !important; border-bottom: 2px solid var(--zandino-accent, #4f8cff); color: #17304e; }
body.zandino-service-product .woocommerce-tabs .panel { color: #56687f; line-height: 1.9; }
body.zandino-service-product .related { margin-top: 35px; }
body.zandino-service-product .related > h2 { margin-bottom: 22px; color: #132943; font-size: clamp(25px, 3vw, 36px); }

/* Cart and service-first checkout */
.woocommerce-cart .cart-collaterals { margin-top: 18px; }
.woocommerce-cart .cart_totals { width: min(100%, 520px) !important; padding: 21px; border: 1px solid #dbe5ef; border-radius: 19px; background: #fff; }
.woocommerce-cart .cart_totals h2 { color: #172c47; }
.woocommerce-cart td.product-thumbnail img { border-radius: 10px; }
body.zandino-service-cart .woocommerce-cart-form .product-quantity { display: none !important; }

body.woocommerce-checkout .woocommerce { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 22px; align-items: start; }
body.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce > .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce > .woocommerce-form-login-toggle { grid-column: 1 / -1; }
body.woocommerce-checkout form.checkout { display: contents; }
body.woocommerce-checkout #customer_details { display: grid; gap: 17px; }
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 { width: auto; float: none; box-sizing: border-box; padding: 22px; border: 1px solid #dbe5ef; border-radius: 20px; background: #fff; box-shadow: 0 10px 34px rgba(13, 39, 71, .045); }
body.woocommerce-checkout #customer_details .col-2:empty { display: none; }
body.woocommerce-checkout #customer_details h3,
body.woocommerce-checkout #order_review_heading { margin: 0 0 18px; color: #172c47; font-size: 21px; }
body.woocommerce-checkout #order_review_heading { display: none; }
body.woocommerce-checkout #order_review { position: sticky; top: 105px; padding: 22px; border: 1px solid #dbe5ef; border-radius: 20px; background: #fff; box-shadow: 0 14px 40px rgba(13, 39, 71, .06); }
body.woocommerce-checkout #payment { background: #f4f7fb; border-radius: 16px; }
body.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: #dce5ef; }
body.woocommerce-checkout #place_order { width: 100%; min-height: 54px; margin-top: 10px; }

/* Fallback My Account styling when Zandino Core is inactive. */
body:not(.zandino-account-app).woocommerce-account .woocommerce { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 22px; align-items: start; }
body:not(.zandino-account-app).woocommerce-account .woocommerce-MyAccount-navigation { position: sticky; top: 105px; padding: 10px; border: 1px solid #d9e3ee; border-radius: 19px; background: #fff; }
body:not(.zandino-account-app).woocommerce-account .woocommerce-MyAccount-navigation ul { display: grid; gap: 3px; margin: 0; padding: 0; list-style: none; }
body:not(.zandino-account-app).woocommerce-account .woocommerce-MyAccount-navigation a { display: flex; min-height: 44px; align-items: center; padding: 0 12px; border-radius: 11px; color: #56687f; text-decoration: none; }
body:not(.zandino-account-app).woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body:not(.zandino-account-app).woocommerce-account .woocommerce-MyAccount-navigation a:hover { background: #eaf2ff; color: #2265c9; }
body:not(.zandino-account-app).woocommerce-account .woocommerce-MyAccount-content { min-width: 0; padding: 24px; border: 1px solid #dbe5ef; border-radius: 20px; background: #fff; }

@media (max-width: 1020px) {
    body.zandino-service-product div.product { grid-template-columns: 1fr; }
    body.zandino-service-product div.product .summary { position: relative; top: auto; }
    body.woocommerce-checkout .woocommerce { grid-template-columns: 1fr; }
    body.woocommerce-checkout #order_review { position: relative; top: auto; }
    .z36-commerce-shell .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    body:not(.zandino-account-app).woocommerce-account .woocommerce { grid-template-columns: 1fr; }
    body:not(.zandino-account-app).woocommerce-account .woocommerce-MyAccount-navigation { position: static; }
    body:not(.zandino-account-app).woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; white-space: nowrap; }
}

@media (max-width: 720px) {
    .z36-header-actions .z36-account-link span { display: none; }
    .z36-account-link { width: 42px; justify-content: center; padding: 0; }
    .z36-commerce-shell { padding: 108px 0 58px; }
    .z36-commerce-shell .products { grid-template-columns: 1fr; }
    body.zandino-service-product .z36-commerce-shell { padding-top: 104px; }
    body.zandino-service-product div.product { gap: 16px; }
    body.zandino-service-product div.product .summary { padding: 20px 17px; border-radius: 21px; }
    body.zandino-service-product div.product .product_title { font-size: 33px; }
    body.woocommerce-checkout #customer_details .col-1,
    body.woocommerce-checkout #customer_details .col-2,
    body.woocommerce-checkout #order_review { padding: 17px; border-radius: 17px; }
    .z36-commerce-shell input.input-text,
    .z36-commerce-shell textarea,
    .z36-commerce-shell select { font-size: 16px !important; }
}

@media (prefers-reduced-motion: reduce) {
    .z36-account-link,
    .z36-commerce-shell .button { transition: none; }
    .z36-commerce-shell .button:hover { transform: none; }
}

/* Compact cart rows on phones keep product, price and remove action scannable. */
@media (max-width: 720px) {
    body.zandino-service-cart .z36-generic-hero,
    body.zandino-service-checkout .z36-generic-hero { display: none !important; }
    body.zandino-service-cart .z36-generic-content,
    body.zandino-service-checkout .z36-generic-content { padding-block: 0 !important; }
    body.zandino-service-cart .z36-generic-content,
    body.zandino-service-checkout .z36-generic-content { padding-top: 84px !important; }
    body.zandino-service-cart .z36-generic-content > .z36-container,
    body.zandino-service-checkout .z36-generic-content > .z36-container { width: 100%; max-width: none; padding-inline: 0 !important; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart {
        display: block;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart thead { display: none; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart tbody { display: grid; gap: 11px; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart tr.cart_item {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr) 44px;
        grid-template-rows: auto auto auto;
        gap: 3px 11px;
        align-items: center;
        box-sizing: border-box;
        padding: 13px;
        border: 1px solid #dbe4ef;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 7px 22px rgba(13, 39, 71, .045);
    }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td { display: block; padding: 0; border: 0; text-align: start; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td::before { display: none !important; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-thumbnail { grid-column: 1; grid-row: 1 / span 3; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-thumbnail img { width: 64px; height: 64px; object-fit: cover; border-radius: 12px; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-name { grid-column: 2; grid-row: 1; min-width: 0; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-name a { display: block; overflow-wrap: anywhere; color: #173250; font-size: 13px; font-weight: 800; line-height: 1.5; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-price { grid-column: 2; grid-row: 2; color: #5f7085; font-size: 11px; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-subtotal { grid-column: 2; grid-row: 3; color: #2367c7; font-size: 12px; font-weight: 850; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-remove { grid-column: 3; grid-row: 1; align-self: start; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove { width: 44px; height: 44px; margin: -7px -7px 0 0; border-radius: 11px; color: #a53f50 !important; font-size: 20px; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.actions { display: grid; grid-template-columns: 1fr; gap: 9px; padding-top: 2px; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon { display: contents; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon input.input-text { width: 100%; min-width: 0; }
    body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.actions button { width: 100%; min-width: 0; padding-inline: 13px !important; white-space: normal; }
    body.zandino-service-cart .cart-collaterals .cart_totals { width: 100% !important; box-sizing: border-box; padding: 17px; border-radius: 17px; }
}

@media (max-width: 980px) {
    .z36-header-actions { gap: 8px; }
    .z36-header-actions .z36-account-link span { display: none; }
    .z36-account-link {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        justify-content: center;
        padding: 0;
        border-radius: 12px;
    }
}

/* Final commerce system: compact service rows, clear checkout hierarchy. */
body.zandino-service-cart .z36-generic-hero,
body.zandino-service-checkout .z36-generic-hero,
body.zandino-service-order-received .z36-generic-hero{display:none!important}
body.zandino-service-cart .z36-generic-content,
body.zandino-service-checkout .z36-generic-content,
body.zandino-service-order-received .z36-generic-content{padding:116px 0 72px!important;background:linear-gradient(180deg,#eef4fa,#f8fafc 310px,#f4f7fb)}
body.zandino-service-cart .z36-generic-content>.z36-container,
body.zandino-service-checkout .z36-generic-content>.z36-container,
body.zandino-service-order-received .z36-generic-content>.z36-container{width:min(100% - 36px,1180px);max-width:none;padding:0!important}
body.zandino-service-cart .z36-generic-content>.z36-container>.woocommerce::before,
body.zandino-service-checkout .z36-generic-content>.z36-container>.woocommerce::before,
body.zandino-service-order-received .z36-generic-content>.z36-container>.woocommerce::before{grid-column:1/-1;display:block;margin:0 0 18px;color:#10233d;font-size:clamp(27px,3vw,38px);font-weight:900;line-height:1.25}
body.zandino-service-cart .z36-generic-content>.z36-container>.woocommerce::before{content:"سبد خدمات"}
body.zandino-service-checkout .z36-generic-content>.z36-container>.woocommerce::before{content:"تکمیل سفارش"}
body.zandino-service-order-received .z36-generic-content>.z36-container>.woocommerce::before{content:"تأیید سفارش"}

body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart{border-radius:20px;box-shadow:0 16px 46px rgba(19,48,80,.07)}
body.zandino-service-cart .woocommerce-cart-form tr.cart_item td{vertical-align:middle}
body.zandino-service-cart .woocommerce-cart-form td.product-thumbnail{width:82px}
body.zandino-service-cart .woocommerce-cart-form td.product-thumbnail a{display:grid;place-items:center;width:72px;height:72px;overflow:hidden;border:1px solid #d6e1ec;border-radius:14px;background:linear-gradient(145deg,#eaf2fb,#fff)}
body.zandino-service-cart .woocommerce-cart-form td.product-thumbnail img{width:72px;height:72px;margin:0;object-fit:cover;border-radius:13px}
body.zandino-service-cart .woocommerce-cart-form td.product-name>a{color:#173250;font-size:14px;font-weight:850;line-height:1.6;text-decoration:none}
body.zandino-service-cart .woocommerce-cart-form dl.variation,
body.zandino-service-checkout .shop_table dl.variation{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:4px 8px;margin:7px 0 0;color:#61748a;font-size:10.5px;line-height:1.65}
body.zandino-service-cart .woocommerce-cart-form dl.variation dt,
body.zandino-service-cart .woocommerce-cart-form dl.variation dd,
body.zandino-service-checkout .shop_table dl.variation dt,
body.zandino-service-checkout .shop_table dl.variation dd{float:none;clear:none;margin:0;padding:0}
body.zandino-service-cart .woocommerce-cart-form dl.variation dd p,
body.zandino-service-checkout .shop_table dl.variation dd p{margin:0;overflow-wrap:anywhere}
body.zandino-service-cart .woocommerce-cart-form dl.variation dt:first-of-type,
body.zandino-service-cart .woocommerce-cart-form dl.variation dt:first-of-type+dd,
body.zandino-service-checkout .shop_table dl.variation dt:first-of-type,
body.zandino-service-checkout .shop_table dl.variation dt:first-of-type+dd,
body.zandino-service-order-received .wc-item-meta li:first-child{display:none}
body.zandino-service-cart .woocommerce-cart-form td.product-price{color:#65768b;font-size:12px}
body.zandino-service-cart .woocommerce-cart-form td.product-subtotal{color:#2367c7;font-weight:850}
body.zandino-service-cart .woocommerce-cart-form a.remove{border:1px solid #efd7dc;background:#fff5f6;color:#a53f50!important;text-decoration:none;transition:background .16s,border-color .16s}
body.zandino-service-cart .woocommerce-cart-form a.remove:hover{border-color:#e8b9c1;background:#feecee;color:#8d2638!important}
body.zandino-service-cart .woocommerce-cart-form td.actions{padding:16px!important;background:#f8fafc}
body.zandino-service-cart .woocommerce-cart-form td.actions .coupon{display:grid;grid-template-columns:minmax(180px,280px) auto;gap:8px;float:right}
body.zandino-service-cart .woocommerce-cart-form td.actions .coupon input{width:100%!important;margin:0!important}
body.zandino-service-cart .cart-collaterals{display:flex;justify-content:flex-end;margin-top:18px}
body.zandino-service-cart .cart_totals{float:none!important;margin:0;box-shadow:0 16px 44px rgba(19,48,80,.07)}
body.zandino-service-cart .cart_totals h2{margin:0 0 14px;font-size:22px}
body.zandino-service-cart .cart_totals table{box-shadow:none}
body.zandino-service-cart .wc-proceed-to-checkout{padding:14px 0 0}
body.zandino-service-cart .wc-proceed-to-checkout a{width:100%;min-height:54px;margin:0!important}

body.zandino-service-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
body.zandino-service-checkout .woocommerce-form-login-toggle .woocommerce-info{margin:0!important;border-color:#ccdae9;background:#fff;box-shadow:0 10px 30px rgba(19,48,80,.06)}
body.zandino-service-checkout form.checkout_coupon,
body.zandino-service-checkout form.login{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:0!important;padding:18px;border:1px solid #d8e3ee;border-radius:16px;background:#fff}
body.zandino-service-checkout form.checkout_coupon>p:first-child,
body.zandino-service-checkout form.login>p:first-child{grid-column:1/-1}
body.zandino-service-checkout #customer_details{min-width:0}
body.zandino-service-checkout #customer_details .col-1,
body.zandino-service-checkout #customer_details .col-2,
body.zandino-service-checkout #order_review{border-color:#d6e1ec;box-shadow:0 16px 46px rgba(19,48,80,.07)}
body.zandino-service-checkout #customer_details h3{padding-bottom:13px;border-bottom:1px solid #e4ebf2;font-size:20px}
body.zandino-service-checkout #order_review::before{content:"خلاصه سفارش";display:block;margin-bottom:13px;padding-bottom:13px;border-bottom:1px solid #e4ebf2;color:#172c47;font-size:20px;font-weight:850}
body.zandino-service-checkout #order_review table.shop_table{margin:0 0 15px;border:0;border-radius:0;background:transparent;box-shadow:none}
body.zandino-service-checkout #order_review table.shop_table th,
body.zandino-service-checkout #order_review table.shop_table td{padding:11px 4px;border-color:#e7edf3;vertical-align:top}
body.zandino-service-checkout #order_review table.shop_table .product-name{padding-inline-end:16px}
body.zandino-service-checkout #payment{overflow:hidden;border:1px solid #e0e7ef;background:#f7f9fc}
body.zandino-service-checkout #payment ul.payment_methods{margin:0;padding:13px 16px}
body.zandino-service-checkout #payment div.payment_box{margin:6px 0 10px;background:#fff;color:#52657c}
body.zandino-service-checkout #payment div.payment_box::before{border-bottom-color:#fff}
body.zandino-service-checkout #payment .place-order{padding:16px;margin:0}
body.zandino-service-checkout .select2-container .select2-selection--single{padding-right:14px;padding-left:42px}
body.zandino-service-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0;line-height:47px;color:#173250;text-align:right}
body.zandino-service-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{right:auto;left:10px;width:28px;height:47px}
body.zandino-service-checkout select{padding-right:14px!important;padding-left:42px!important;background-position:left 14px center!important}

body.zandino-service-order-received .woocommerce{margin-inline:auto}
body.zandino-service-order-received .woocommerce-thankyou-order-received{box-shadow:0 10px 30px rgba(24,113,79,.07)}
body.zandino-service-order-received .woocommerce-order-overview,
body.zandino-service-order-received .woocommerce-order-details{box-shadow:0 14px 40px rgba(19,48,80,.06)}

html[data-zandino-commerce-density="compact"] body.zandino-service-cart .z36-commerce-shell table.shop_table th,
html[data-zandino-commerce-density="compact"] body.zandino-service-cart .z36-commerce-shell table.shop_table td,
html[data-zandino-commerce-density="compact"] body.zandino-service-checkout #order_review table.shop_table th,
html[data-zandino-commerce-density="compact"] body.zandino-service-checkout #order_review table.shop_table td{padding-block:9px}
html[data-zandino-corners="compact"] .z36-commerce-shell :where(table.shop_table,.cart_totals,#customer_details .col-1,#customer_details .col-2,#order_review,#payment){border-radius:14px}

@media (max-width:720px){
  body.zandino-service-cart .z36-generic-content,
  body.zandino-service-checkout .z36-generic-content,
  body.zandino-service-order-received .z36-generic-content{padding:86px 0 48px!important}
  body.zandino-service-cart .z36-generic-content>.z36-container,
  body.zandino-service-checkout .z36-generic-content>.z36-container,
  body.zandino-service-order-received .z36-generic-content>.z36-container{width:calc(100% - 24px)}
  body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart tbody{gap:10px}
  body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart tr.cart_item{grid-template-columns:minmax(0,1fr) 44px;grid-template-rows:auto auto auto;gap:5px 8px;padding:14px}
  body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-thumbnail{display:none!important}
  body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-name{grid-column:1;grid-row:1}
  body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-price{grid-column:1;grid-row:2}
  body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-subtotal{grid-column:1;grid-row:3}
  body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-remove{grid-column:2;grid-row:1;align-self:start}
  body.zandino-service-cart .woocommerce-cart-form table.shop_table.cart td.product-name>a{font-size:13px;line-height:1.55}
  body.zandino-service-cart .woocommerce-cart-form dl.variation{grid-template-columns:max-content minmax(0,1fr);gap:3px 7px;margin-top:6px}
  body.zandino-service-cart .woocommerce-cart-form dl.variation dt{margin:0;color:#7a899a;font-size:9px}
  body.zandino-service-cart .woocommerce-cart-form td.actions{display:grid!important;gap:8px;padding:12px 0 0!important;background:transparent}
  body.zandino-service-cart .woocommerce-cart-form td.actions .coupon{display:grid;grid-template-columns:1fr;gap:8px;float:none}
  body.zandino-service-cart .woocommerce-cart-form td.actions :where(input,button){width:100%!important;margin:0!important}
  body.zandino-service-cart .cart-collaterals{display:block}
  body.zandino-service-cart .cart_totals{padding:17px!important}
  body.zandino-service-checkout .woocommerce{gap:14px}
  body.zandino-service-checkout form.checkout_coupon,
  body.zandino-service-checkout form.login{grid-template-columns:1fr;padding:14px}
  body.zandino-service-checkout #customer_details{gap:12px}
  body.zandino-service-checkout #customer_details .col-1,
  body.zandino-service-checkout #customer_details .col-2,
  body.zandino-service-checkout #order_review{padding:16px;border-radius:16px}
  body.zandino-service-checkout #order_review table.shop_table th,
  body.zandino-service-checkout #order_review table.shop_table td{padding-block:9px;font-size:11px}
  body.zandino-service-checkout #order_review table.shop_table .product-name{padding-inline-end:10px}
  body.zandino-service-checkout #payment .place-order{padding:13px}
}
