.tpl-component-netcat-module-auth-user .tpl-module-auth-registration-form { max-width: 800px; }
.tpl-component-netcat-module-auth-user .tpl-field { display: flex; flex-direction: column; margin-bottom: 1em; }
.tpl-component-netcat-module-auth-user .tpl-field-agreed { flex-direction: row; }
.tpl-component-netcat-module-auth-user .tpl-field-agreed input { margin-top: 0.3em; }
.tpl-component-netcat-module-auth-user .tpl-field-agreed label { margin: 0 0 0 0.5em; }
.tpl-component-netcat-module-auth-user .tpl-field-button { flex-direction: row; justify-content: center; }
.tpl-component-netcat-module-auth-user .tpl-field-input-password { max-width: 400px; }
.tpl-component-netcat-module-auth-user .tpl-field-input-captcha button { border: 0; margin: 0; width: 30px; height: 30px; padding: 0.2em; position: relative; font-size: 20px; }
.tpl-component-netcat-module-auth-user .tpl-field-input-captcha button svg { width: 1em; height: 1em; }
.tpl-component-netcat-module-auth-user .tpl-field-input-captcha button:focus { outline: none; }
.tpl-component-netcat-module-auth-user .tpl-field .nc_auth_login_check { display: none; }
.tpl-component-netcat-module-auth-user .tpl-field .nc_auth_pass1_check, .tpl-component-netcat-module-auth-user .tpl-field .nc_auth_pass2_check { display: none; }
.tpl-component-netcat-module-auth-user .tpl-field .nc_auth_check_error { color: maroon; }
.tpl-component-netcat-module-auth-user .tpl-field .nc_auth_check_success { color: darkgreen; }
.tpl-component-dss-home-block .dss-home-block-admin-list { --dss-blue: #35a8e0; --dss-ink: #111214; --dss-line: #dfe3e7; max-width: 1180px; margin: 24px auto; padding: 0 20px; color: var(--dss-ink); font-family: Arial, sans-serif; }
.tpl-component-dss-home-block .dss-home-block-admin-list *, .tpl-component-dss-home-block .dss-home-block-admin-list *::before, .tpl-component-dss-home-block .dss-home-block-admin-list *::after { box-sizing: border-box; }
.tpl-component-dss-home-block .dss-home-block-admin-list__header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: end; padding: 28px; background: var(--dss-ink); color: #fff; }
.tpl-component-dss-home-block .dss-home-block-admin-list__header span { color: var(--dss-blue); font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.tpl-component-dss-home-block .dss-home-block-admin-list__header h2 { margin: 7px 0 8px; font-size: 30px; line-height: 1.05; }
.tpl-component-dss-home-block .dss-home-block-admin-list__header p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .58); font-size: 12px; line-height: 1.55; }
.tpl-component-dss-home-block .dss-home-block-admin-list__preview { display: inline-flex; align-items: center; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255, 255, 255, .25); color: #fff !important; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none !important; text-transform: uppercase; }
.tpl-component-dss-home-block .dss-home-block-admin-list__preview:hover { border-color: var(--dss-blue); background: var(--dss-blue); }
.tpl-component-dss-home-block .dss-home-quick-add { margin-top: 12px; padding: 20px; border: 1px solid var(--dss-line); background: #f5f7f8; }
.tpl-component-dss-home-block .dss-home-quick-add__heading { display: flex; justify-content: space-between; margin-bottom: 14px; }
.tpl-component-dss-home-block .dss-home-quick-add__heading strong { display: block; font-size: 14px; }
.tpl-component-dss-home-block .dss-home-quick-add__heading p { margin: 4px 0 0; color: #737a80; font-size: 11px; }
.tpl-component-dss-home-block .dss-home-quick-add__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.tpl-component-dss-home-block .dss-home-quick-add__card { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 62px; padding: 10px; border: 1px solid #dce1e4; background: #fff; color: var(--dss-ink) !important; text-decoration: none !important; transition: border-color .15s, transform .15s, box-shadow .15s; }
.tpl-component-dss-home-block .dss-home-quick-add__card:hover { border-color: var(--dss-blue); box-shadow: 0 7px 20px rgba(53, 168, 224, .1); transform: translateY(-1px); }
.tpl-component-dss-home-block .dss-home-quick-add__icon { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; background: var(--dss-ink); color: #fff; font-size: 9px; font-weight: 800; }
.tpl-component-dss-home-block .dss-home-quick-add__card strong, .tpl-component-dss-home-block .dss-home-quick-add__card small { display: block; }
.tpl-component-dss-home-block .dss-home-quick-add__card strong { font-size: 11px; }
.tpl-component-dss-home-block .dss-home-quick-add__card small { margin-top: 3px; color: #777f85; font-size: 9px; }
.tpl-component-dss-home-block .dss-home-quick-add__card b { color: var(--dss-blue); font-size: 19px; font-weight: 400; }
.tpl-component-dss-home-block .dss-home-block-admin-list__list-head { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-top: 24px; padding: 0 2px 10px; border-bottom: 1px solid var(--dss-line); }
.tpl-component-dss-home-block .dss-home-block-admin-list__list-head strong { font-size: 13px; }
.tpl-component-dss-home-block .dss-home-block-admin-list__list-head span { color: #7e858b; font-size: 10px; }
.tpl-component-dss-home-block .dss-home-block-admin-card { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 16px; align-items: start; margin-top: 10px; padding: 18px 20px; border: 1px solid var(--dss-line); border-left: 3px solid var(--dss-blue); background: #fff; color: var(--dss-ink); }
.tpl-component-dss-home-block .dss-home-block-admin-card.is-disabled { border-left-color: #aeb4b9; background: #f7f8f8; opacity: .68; }
.tpl-component-dss-home-block .dss-home-block-admin-card__tools { position: absolute; z-index: 2; top: 8px; right: 8px; }
.tpl-component-dss-home-block .dss-home-block-admin-card__icon { display: flex; width: 54px; height: 54px; align-items: center; justify-content: center; background: var(--dss-ink); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.tpl-component-dss-home-block .dss-home-block-admin-card.is-disabled .dss-home-block-admin-card__icon { background: #858b90; }
.tpl-component-dss-home-block .dss-home-block-admin-card__body { min-width: 0; padding-right: 72px; }
.tpl-component-dss-home-block .dss-home-block-admin-card__meta { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; margin-bottom: 9px; }
.tpl-component-dss-home-block .dss-home-block-admin-card__meta strong, .tpl-component-dss-home-block .dss-home-block-admin-card__meta span { padding: 4px 7px; background: #f0f3f5; color: #535a60; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tpl-component-dss-home-block .dss-home-block-admin-card__meta strong { background: var(--dss-blue); color: #fff; }
.tpl-component-dss-home-block .dss-home-block-admin-card__status.is-on { background: #e7f6ed; color: #23824b; }
.tpl-component-dss-home-block .dss-home-block-admin-card h3 { margin: 0; font-size: 17px; line-height: 1.2; }
.tpl-component-dss-home-block .dss-home-block-admin-card h4 { margin: 6px 0 0; color: #555c62; font-size: 12px; font-weight: 600; line-height: 1.35; }
.tpl-component-dss-home-block .dss-home-block-admin-card p { max-width: 720px; margin: 8px 0 0; color: #777e84; font-size: 11px; line-height: 1.5; }
.tpl-component-dss-home-block .dss-home-block-admin-card__facts { display: flex; gap: 14px; align-items: center; align-self: center; padding: 10px 76px 0 0; color: #858c92; white-space: nowrap; font-size: 9px; }
.tpl-component-dss-home-block .dss-home-block-admin-card__facts span { display: block; }
.tpl-component-dss-home-block .dss-home-block-admin-card__facts b { color: #282c2f; font-size: 10px; }
@media (max-width: 900px) {
.tpl-component-dss-home-block .dss-home-quick-add__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tpl-component-dss-home-block .dss-home-block-admin-card { grid-template-columns: 48px minmax(0, 1fr); }
.tpl-component-dss-home-block .dss-home-block-admin-card__icon { width: 48px; height: 48px; }
.tpl-component-dss-home-block .dss-home-block-admin-card__facts { grid-column: 2; padding: 0; }
}
@media (max-width: 650px) {
.tpl-component-dss-home-block .dss-home-block-admin-list__header { grid-template-columns: 1fr; padding: 22px; }
.tpl-component-dss-home-block .dss-home-block-admin-list__preview { justify-content: center; }
.tpl-component-dss-home-block .dss-home-quick-add__grid { grid-template-columns: 1fr; }
.tpl-component-dss-home-block .dss-home-block-admin-list__list-head { display: block; }
.tpl-component-dss-home-block .dss-home-block-admin-list__list-head span { display: block; margin-top: 5px; }
.tpl-component-dss-home-block .dss-home-block-admin-card__body { padding-right: 0; }
.tpl-component-dss-home-block .dss-home-block-admin-card__facts { flex-wrap: wrap; }
}
.tpl-component-dss-footer-item .dss-footer-items-admin { max-width:980px;margin:24px auto;padding:0 20px;color:#151719;font-family:Arial,sans-serif }
.tpl-component-dss-footer-item .dss-footer-items-admin * { box-sizing:border-box }
.tpl-component-dss-footer-item .dss-footer-items-admin__head { display:grid;grid-template-columns:1fr minmax(250px,410px);gap:30px;align-items:end;padding:24px;background:#111315;color:#fff }
.tpl-component-dss-footer-item .dss-footer-items-admin__head span { color:#35a8e0;font-size:10px;font-weight:800;letter-spacing:.22em }
.tpl-component-dss-footer-item .dss-footer-items-admin__head h2 { margin:7px 0 0;font-size:27px }
.tpl-component-dss-footer-item .dss-footer-items-admin__head p { margin:0;color:rgba(255,255,255,.58);font-size:12px;line-height:1.55 }
.tpl-component-dss-footer-item .dss-footer-items-admin__card { position:relative;display:grid;grid-template-columns:90px 1fr auto;gap:18px;align-items:center;margin-top:10px;padding:17px 20px;border:1px solid #dfe4e8;background:#fff }
.tpl-component-dss-footer-item .dss-footer-items-admin__logo { display:flex;width:90px;height:64px;align-items:center;justify-content:center;background:#f3f6f7;color:#9aa2a8;font-size:9px;font-weight:800;letter-spacing:.12em }
.tpl-component-dss-footer-item .dss-footer-items-admin__logo img { display:block;max-width:68px;max-height:44px;object-fit:contain }
.tpl-component-dss-footer-item .dss-footer-items-admin__content { min-width:0 }
.tpl-component-dss-footer-item .dss-footer-items-admin__type { color:#35a8e0;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase }
.tpl-component-dss-footer-item .dss-footer-items-admin__content h3 { margin:5px 0 0;font-size:18px }
.tpl-component-dss-footer-item .dss-footer-items-admin__content p { max-width:610px;margin:5px 0 0;overflow:hidden;color:#788087;font-size:11px;text-overflow:ellipsis;white-space:nowrap }
.tpl-component-dss-footer-item .dss-footer-items-admin__order { padding:5px 8px;background:#eef2f4;color:#4f585f;font-size:9px;font-weight:800;letter-spacing:.08em }
.tpl-component-dss-footer-item .dss-footer-items-admin__card .nc-infoblock-toolbar { z-index:3 }
@media(max-width:700px) {
.tpl-component-dss-footer-item .dss-footer-items-admin__head { grid-template-columns:1fr }
.tpl-component-dss-footer-item .dss-footer-items-admin__card { grid-template-columns:70px 1fr }
.tpl-component-dss-footer-item .dss-footer-items-admin__logo { width:70px }
.tpl-component-dss-footer-item .dss-footer-items-admin__order { display:none }
}
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .select select { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .select-list { overflow: hidden; max-height: 0; width: 100%; position: absolute; -webkit-transition: max-height 0.5s; transition: max-height 0.5s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .select-list.active { max-height: 300px; -webkit-transition: max-height 1s; transition: max-height 1s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-label { font-size: 14px; line-height: 20px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); padding-left: 37px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-label { display: inline-block; vertical-align: top; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox { position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-input { position: absolute; left: 0; top: 0; display: inline-block; display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-fake { display: inline-block; border: 1px solid var(--tpl-color-foreground-main); width: 16px; height: 16px; position: absolute; left: 0px; top: 0px; z-index: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-fake { width: 19px; height: 19px; border-color: var(--tpl-color-brand-light); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-item { display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-input:checked + .checkbox-fake:before { opacity: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-input:checked + .checkbox-fake:after { opacity: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-fake:before { background-color: transparent; border: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-fake:before { opacity: 0; content: ''; display: inline-block; border: 1px solid var(--tpl-color-brand-lightest); background-color: var(--tpl-color-brand-lightest); width: 15px; height: 15px; border-radius: 0; z-index: 1; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: -1px; margin-top: -1px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-fake:after { width: 10px; height: 5px; top: 4px; left: 2px; border: 1px solid var(--tpl-color-brand-light); border-top: none; border-right: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-fake:after { content: ''; width: 7px; height: 4px; position: absolute; top: 3px; left: 2px; border: 3px solid var(--tpl-color-foreground-main); border-top: none; border-right: none; opacity: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); z-index: 10; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-item { width: 100%; display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-input { visibility: hidden; height: 1px; width: 1px; opacity: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment input { border-radius: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-fake { display: inline-block; vertical-align: top; border-radius: 50%; background-color: white; border: 1px solid var(--tpl-color-brand); height: 23px; width: 23px; position: relative; margin-left: -6px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-input:checked + .radio-fake:after { display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-fake:after { display: none; position: absolute; left: 3px; top: 3px; width: 15px; height: 15px; content: ""; border-radius: 50%; background-color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .input { font-size: 18px; line-height: 23px; font-family: var(--tpl-font-family-input); font-weight: 400; display: inline-block; vertical-align: top; color: var(--tpl-color-foreground-main); background-color: var(--tpl-color-background-main-light); border: 1px solid var(--tpl-color-background-main-dark); margin: 0; -webkit-box-shadow: 0; box-shadow: 0; -webkit-appearance: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .button { background-color: var(--tpl-color-brand); font-family: var(--tpl-font-family-input); text-transform: uppercase; color: var(--tpl-color-background-main-lighter); font-size: 14px; font-weight: 600; display: inline-block; vertical-align: top; letter-spacing: 0.7px; text-align: center; margin: 0; cursor: pointer; -webkit-transition: 0; transition: 0; border: none; outline:none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .button--arrow { position: relative; padding-right: 66px; padding-left: 44px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .button--arrow:before { position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 25px; color: var(--tpl-color-background-main-lighter); font-size: 20px; content: '\24'; font-family: 'ElegantIcons'; font-weight: 400; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .input--cart { width: 100%; min-width: 300px; border: 1px solid var(--tpl-color-background-main-dark); background: var(--tpl-color-background-main-light); border-radius: 7px; height: 53px; padding: 10px 20px; font-size: 14px; line-height: 26px; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); display: inline-block; vertical-align: top; margin: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-input { height: 40px; border: 1px solid var(--tpl-color-background-accent); width: 40px; background-color: var(--tpl-color-background-accent-light); font-family: var(--tpl-font-family-input); font-size: 15px; text-align: center; border-left: 0; border-right: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-inputs { font-size: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-button { width: 30px; height: 40px; border: 1px solid var(--tpl-color-background-accent); background-color: var(--tpl-color-background-accent-light); position: relative; font-size: 25px; line-height: 25px; color: var(--tpl-color-brand-lighter); font-family: var(--tpl-font-family-input); display: inline-block; vertical-align: top; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-button:before { position: absolute; left: 50%; top: 45%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-button--less:before { content: "–"; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-button--more:before { content: "+"; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page { background-color: var(--tpl-color-background); margin-top: 27px; margin-bottom: 67px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top { padding: 79px 8% 0px 8.7%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-table { width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-stage { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-stage.active { display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-stage--ok .cart-next-button:before { right: 65px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label { font-size: 12px; line-height: 34px; font-weight: 700; font-family: var(--tpl-font-family-navigation-main); text-transform: uppercase; color: var(--tpl-color-foreground); position: relative; padding-right: 62px; margin-right: 10px; cursor: auto; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label:after { content: '\0035'; font-family: 'ElegantIcons'; font-size: 18px; line-height: 36px; font-weight: 400; color: var(--tpl-color-foreground); position: absolute; right: 10px; top: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label.active { color: var(--tpl-color-brand-dark); cursor: auto; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label:hover { cursor: auto; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label:last-child:after { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-name { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-title); color: var(--tpl-color-foreground-main); padding-top: 26px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-desc { font-family: var(--tpl-font-family-text); font-size: 16px; line-height: 19px; font-weight: 400; color: var(--tpl-color-foreground-main); padding-top: 10px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-price { font-size: 16px; line-height: 24px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); font-weight: 400; padding-top: 72px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 8px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row.deleted .cart-page-column { opacity: 0.3; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row.deleted .cart-page-column--changeStatus { opacity: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row.deleted .cart-page-changeStatus:after { content: "\50"; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row.deleted .cart-page-name { text-decoration: line-through; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--price { width: 15.3%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity { width: 27%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 15.5%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--changeStatus { width: 20px; position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-stage { margin-top: 29px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; background-size: contain; background-repeat: no-repeat; margin: 20px 20px; background-position: center; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { width: 50%; padding-right: 30px; padding-top: 48px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-changeStatus { position: absolute; top: 46%; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-changeStatus:hover { -webkit-transition: 0; transition: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-changeStatus:hover:after { color: var(--color-font-13); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-changeStatus:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons'; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-top { padding: 0px 8% 0px 8.7%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0px 8% 0px 8.7%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-column { width: 49.1%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-column:first-child { padding-right: 10.3%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-label { font-size: 14px; line-height: 28px; font-family: var(--tpl-font-family-subtitle); font-style: italic; font-weight: 400; color: var(--tpl-color-foreground-accent-lighter); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-sum { padding-top: 40px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-header { font-size: 25px; line-height: 26px; font-family: var(--tpl-font-family-navigation-main); font-weight: 700; color: var(--tpl-color-foreground-main); padding: 10px 0 18px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-postfix { font-size: 18px; line-height: 24px; font-family: var(--tpl-font-family-text); font-weight: 400; color: var(--tpl-color-foreground-main); max-width: 80%; margin-bottom: 63px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity { padding-top: 64px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity-available { font-size: 14px; padding-left: 16px; font-family: var(--tpl-font-family-text); color: var(---tpl-color-foreground-main); line-height: 40px; font-style: italic; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe { font-size: 0; padding: 40px 0; position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-input { font-size: 14px; line-height: 26px; font-weight: 400; font-family: var(--tpl-font-family-input); background-color: var(--tpl-color-background-main-light); height: 50px; width: 280px; padding: 10px 15px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error { position: absolute; z-index: 10; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: calc(67% + 18px); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text { padding: 10px 10px; width: 160px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); position: relative; border: 1px solid var(--tpl-color-background-main-light); font-size: 16px; line-height: 22px; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); font-weight: 400; border: 1px solid var(--tpl-color-background-main); text-align: center; -webkit-box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text:after, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text:before { left: calc(50% - 5px); bottom: -21px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text:after { border-color: transparent; border-top-color: var(--tpl-color-background-main-light); border-width: 9px; bottom: -18px; left: calc(50% - 4px); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text:before { border-color: transparent; border-top-color: var(--tpl-color-background-main); border-width: 10px; left: calc(50% - 5px); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-button { background-color: var(--tpl-color-background-main-light); font-size: 12px; line-height: 30px; padding: 10px 27px; height: 50px; border: 1px solid var(--tpl-color-background-accent-darker); color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-block-cart-coupons-active { font-size:14px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-block-cart-coupons-active h3 { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; padding-top: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-block-cart-coupon { margin-bottom:10px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-link-coupon-remove { border:none; outline:none; padding:0; background-color: transparent; vertical-align:middle; cursor:pointer }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-link-coupon-remove:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons'; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-sum-number { font-size: 24px; font-weight: 700; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-top: 10px; padding-right: 3px; display: inline-block; vertical-align: top; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-sum-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next { background-color: var(--tpl-color-background-accent); padding: 30px 8% 48px 8.7%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-height: 132px; padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-text { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; padding-top: 20px; max-width: 760px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button { height: 54px; width: 340px; margin-right: 2px; border-radius: 3px; padding-top: 18px; padding-bottom: 18px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button:before { right: 77px; top: 51%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-label { display: block; margin-top: 12px; margin-bottom: 21px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-text { display: block; font-size: 14px; line-height: 30px; font-family: var(--font-4); font-style: italic; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-additional { color: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select.active .cart-select-value:after { content: "\032"; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-value { width: 100%; min-width: 300px; max-width: 460px; border: 1px solid var(--tpl-color-background-main-dark); background: var(--tpl-color-background-main-light); border-radius: 7px; height: 53px; padding: 11px 20px; font-size: 14px; line-height: 26px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-value:after { position: absolute; content: "\033"; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-family: 'ElegantIcons'; font-size: 18px; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-list { z-index: 20; background-color: var(--tpl-color-background-main-light); width: auto; min-width: 460px; font-size: 14px; line-height: 26px; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); margin-top: -1px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-item { -webkit-transition: all 0.2s; transition: all 0.2s; cursor: pointer; height: 40px; padding: 7px 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-item:hover, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-item:active { background-color: var(--tpl-color-background-main); color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio { padding-top: 12px; margin-bottom: 16px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio-item { padding-top: 21px; padding-bottom: 17px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio-type { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); position: relative; display: inline-block; vertical-align: top; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio-caption { font-size: 16px; line-height: 19px; font-weight: 400; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-top: 4px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio-label { display: inline-block; vertical-align: top; padding-left: 24px; padding-top: 1px; width: 90%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-value { max-width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-value:before { content: "М "; color: var(--color-font-18); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-list { min-width: 581px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-item { position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-item:before { content: "М "; color: var(--color-font-18); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-label--comment { margin-top: 25px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-checkbox { max-width: 38.8%; margin-top: 12px; margin-bottom: 53px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-payment-text { padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip { position: absolute; right: -35px; top: 0px; display: block; width: 30px; height: 30px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip:hover .cart-tooltip-text { display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-icon { position: absolute; left: 50%; right: 0; top: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-icon:before { content: "\e718"; font-family: var(--icons-themify); font-size: 16px; color: var(--color-font-13); font-weight: 400; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text { display: none; position: absolute; z-index: 20; bottom: 160%; left: 36%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin: 0 auto; padding: 10px 15px; width: 240px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); border: 1px solid var(--color-bg-15); font-size: 14px; line-height: 27px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--color-bs-2); box-shadow: 0 3px 30px var(--color-bs-2); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text:after, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text:before { left: calc(50% - 5px); bottom: -19px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text:before { border-color: transparent; border-top-color: var(--color-bg-15); border-width: 9px; left: calc(50% - 5px); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text:after { border-color: var(--tpl-color-background-main); border-top-color: var(--tpl-color-background-main-light); border-width: 9px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-error-text { font-family: var(--font-4); font-size: 14px; padding-top: 3px; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { width: 42%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-order-pay-button input[type="submit"] { background-color: var(--tpl-color-brand); font-family: var(--tpl-font-family-input); text-transform: uppercase; color: var(--tpl-color-background-main-lighter); font-size: 14px; font-weight: 600; display: inline-block; vertical-align: top; letter-spacing: 0.7px; text-align: center; margin: 0; cursor: pointer; -webkit-transition: 0; transition: 0; border: none; outline: none; height: 54px; width: 340px; margin-right: 2px; border-radius: 3px; padding-top: 18px; padding-bottom: 18px; }
@media (max-width: 1200px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-top, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-bottom, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-next { padding-left: 4%; padding-right: 4%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity { width: 17%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button { width: 300px; flex-shrink: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button::before { right: 27px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-text { padding-top: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next { align-items: center; padding-top: 30px; padding-bottom: 30px; }
}
@media (max-width: 1000px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top { padding-top: 50px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-image { width: 100px; height: 100px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { padding-top: 14px; width: 64%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-price { padding-top: 52px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity { padding-top: 44px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-bottom { flex-direction: column-reverse; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe { padding-top: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page { margin-top: 0; }
}
@media (max-width: 850px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { width: 50%; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--price { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity { width: 25%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 25%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { width: 58%; }
}
@media (max-width: 768px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { display: flex; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-header .cart-page-column { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-top, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-bottom, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-next { padding-left: 20px; padding-right: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top { padding-top: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 60%; padding-left: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 40%; text-align: right; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column::before { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label { display: block }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label::after { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { flex-grow: 1; padding-top: 48px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-price { padding-top: 15px; padding-bottom: 0px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe { padding-top: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-label { display: flex; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-text { width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-input { flex-grow: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button { max-width: 100%; font-size: 12px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button::before { font-size: 16px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-text { width: 100%; padding-right: 0; padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next { flex-direction: column; text-align: center; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--changeStatus { position: absolute; right: 0; top: 25%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity-available { display: inline; padding-left: 16px; }
}
@media (max-width: 600px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-input { width: 100%; border-radius: 7px 7px 0 0; border-right: 1px solid var(--tpl-color-background-main-dark); border-bottom: 0; max-width: 100%; min-width: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-button { border-radius: 0 0 7px 7px; width: 100%; }
}
@media (max-width: 500px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { text-align: center; padding-bottom: 30px; display: flex; flex-direction: column; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { text-align: center; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row:last-child { padding-bottom: 10px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { flex-direction: column; align-items: center; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { width: 100%; max-width: 85%; padding-top: 0; padding-right: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--changeStatus { top: 50%; transform: translateY(-50%); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
}
.tpl-component-netcat-module-netshop-compare.tpl-block-list { --item-badge-height: 42px; }
.tpl-component-netcat-module-netshop-compare .compare-heading { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; font-weight: bold; }
.tpl-component-netcat-module-netshop-compare .compare-heading .delete-compares-wrapper { display: flex; gap: 5px; align-items: baseline; cursor: pointer; }
.tpl-component-netcat-module-netshop-compare .products-wrapper { position: relative; }
.tpl-component-netcat-module-netshop-compare .compare-heading, .tpl-component-netcat-module-netshop-compare .products-wrapper, .tpl-component-netcat-module-netshop-compare .compare-wrapper { padding: 0 1rem; background: var(--tpl-color-background-main); }
.tpl-component-netcat-module-netshop-compare .slider-nav.next *, .tpl-component-netcat-module-netshop-compare .slider-nav.prev * { width: 24px; height: 24px; }
.tpl-component-netcat-module-netshop-compare .slider-nav { border-radius: 50%; background-color: var(--tpl-color-background-main); box-shadow: 0 2px 4px 0 #808080ba; height: 50px; width: 50px; top: 40%; display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; z-index: 100; opacity: 0.4; transition: opacity 0.2s linear, transform 0.2s linear; }
.tpl-component-netcat-module-netshop-compare .slider-nav.slick-disabled { opacity: 0.1 !important; }
.tpl-component-netcat-module-netshop-compare .slider-nav:hover { opacity: 1; }
.tpl-component-netcat-module-netshop-compare .reversed { transform: scale(-1); }
.tpl-component-netcat-module-netshop-compare .slider-nav.prev { left: 0; }
.tpl-component-netcat-module-netshop-compare .slider-nav.next { right: 0; }
.tpl-component-netcat-module-netshop-compare .product .name a { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-compare .image-wrapper { position: relative; }
.tpl-component-netcat-module-netshop-compare .image-wrapper::before { display: block; content: ""; width: 100%; padding-top: var(--item-image-padding-top); }
.tpl-component-netcat-module-netshop-compare .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-compare .image img { max-width: 100%; width: 100%; height: 100%; padding: 1rem; object-fit: var(--item-image-fit); }
.tpl-component-netcat-module-netshop-compare .image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-compare .product { padding: 1rem 0 1rem 0; }
.tpl-component-netcat-module-netshop-compare .product .buttons { display: flex; justify-content: flex-end; align-items: center; gap: 0.5rem; flex-grow: 1; align-content: flex-end; width: auto; height: var(--item-badge-height); margin-bottom: var(--item-badge-margin-bottom); }
.tpl-component-netcat-module-netshop-compare .product .buttons svg { cursor: pointer; width: 21px; height: 21px; }
.tpl-component-netcat-module-netshop-compare .product .buttons svg:hover path { stroke: #f33917; fill: #f33917; }
.tpl-component-netcat-module-netshop-compare .product .prices-wrapper .price { font-weight: bold; }
.tpl-component-netcat-module-netshop-compare .product .prices-wrapper .original-price { text-decoration: line-through; color: var(--tpl-color-foreground-main-lightest); white-space: nowrap; }
.tpl-component-netcat-module-netshop-compare .favorite-btn.active path { stroke: #f33917; fill: #f33917; }
.tpl-component-netcat-module-netshop-compare .compare-group .heading { display: flex; align-items: center; gap: 10px; }
.tpl-component-netcat-module-netshop-compare .compare-group .heading .title { font-weight: bold; }
.tpl-component-netcat-module-netshop-compare .property-heading { text-align: start !important; font-weight: bold; opacity: 0.8; }
.tpl-component-netcat-module-netshop-compare .property .value.no-data { opacity: 0.6; }
.tpl-component-netcat-module-netshop-compare .discount-badge { width: 41px; height: var(--item-badge-height); position: relative; }
.tpl-component-netcat-module-netshop-compare .discount-badge svg { position: absolute; }
.tpl-component-netcat-module-netshop-compare .discount-badge svg rect { fill: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-module-netshop-compare .discount-badge .value { color: #FFF; font-size: 12px; position: absolute; z-index: 10; top: 10px; width: 41px; font-weight: bold; text-align: center; }
.tpl-component-netcat-module-netshop-compare .slick-slide { margin-right: 18px; }
.tpl-component-netcat-module-netshop-compare .slick-list { margin-right: -18px; }
.tpl-component-netcat-module-netshop-compare .slick-track { margin: 0; }
.tpl-component-netcat-module-netshop-compare .sticky { position: -webkit-sticky; position: sticky; top: 0; box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.12); z-index: 120; border-radius: 10px; }
.tpl-component-netcat-module-netshop-compare[data-nc-b2~="1024"] .discount-badge .value { top: 13px !important; }
.tpl-component-netcat-module-netshop-compare[data-nc-b2~="890"] .prices-wrapper { flex-direction: column; align-items: flex-start !important; gap: 6px !important; }
.tpl-component-netcat-module-netshop-compare[data-nc-b2~="590"] .compare-heading { flex-direction: column; align-items: flex-start; }
.tpl-component-netcat-module-netshop-favorite .item { display: flex; flex-wrap: wrap; margin-top: 1rem; margin-bottom: 1rem; }
.tpl-component-netcat-module-netshop-favorite .item-image { width: 240px; margin-right: auto; margin-left: auto; position: relative; }
.tpl-component-netcat-module-netshop-favorite .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-module-netshop-favorite .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-favorite .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--tpl-object-item--image-fit); }
.tpl-component-netcat-module-netshop-favorite .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-favorite .item-info { display: flex; flex-direction: column; }
.tpl-component-netcat-module-netshop-favorite .item-actions { display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 1rem 0 1rem auto; }
.tpl-component-netcat-module-netshop-favorite .item-actions .item-add-to-cart { margin-right: 1em; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b2~="500"] .item .item-info { width: 100%; align-items: center; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b2~="500"] .item .item-actions { width: auto; margin-right: auto; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b1~="500"] .item .item-image { width: 200px; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b1~="500"] .item .item-info { justify-content: center; padding-left: 1rem; padding-right: 1rem; width: 55%; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b1~="800"] .item .item-image { width: 240px; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b1~="800"] .item .item-info { padding-left: 3rem; padding-right: 3rem; width: auto; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; min-width: 300px; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-sorting { margin: 0.5rem; margin-left: 0; display: flex; align-items: center; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-sorting .title { margin: 0.5rem; margin-left: 0; margin-right: 1rem; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-view { margin: 0.5rem; margin-right: 0; display: flex; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-view .view-select { margin: 0.25rem; color: var(--tpl-color-foreground-accent); cursor: pointer; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-view .view-select.active { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="400"] .product-sorting .title { display: none; }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="400"] .catalogue-prefix { flex-direction: column; }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="400"] .catalogue-prefix .product-view { margin: 0.5rem 0.5rem 1.5rem 0.5rem; }
.tpl-component-netcat-module-netshop-goods .quantity { display: inline-flex; flex-direction: row; flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-button { border-radius: 0; margin: 0; padding: 0; height: 2rem; width: 2rem; position: relative; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-button:before { position: absolute; left: 0; right: 0; bottom: 0; top: 0; line-height: 2rem; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-button--less:before { content: "-"; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-button--more:before { content: "+"; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-input { border-radius: 0; margin: 0; padding: 0; text-align: center; height: 2rem; width: 3rem; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-input::-webkit-outer-spin-button, .tpl-component-netcat-module-netshop-goods .quantity .quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; -moz-appearance: textfield; }
.tpl-component-netcat-module-netshop-goods .addFavorite { border: 0; border-radius: 50%; font-size: 1rem; padding: 0.5rem; display: inline-flex; align-items: center; justify-items: center; justify-content: center; cursor: pointer; background-color: var(--tpl-color-background-accent); border-color: var(--tpl-color-brand); color: var(--tpl-color-brand); text-decoration: none; }
.tpl-component-netcat-module-netshop-goods .quickbuy { margin-right: 1rem; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods .quickbuy i { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods .compare { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods .compare i { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects { display: flex; flex-direction: row; flex-wrap: wrap; min-width: 260px; justify-content: center; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item { display: inline-flex; text-decoration: none; position: relative; min-height: 200px; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item a { text-decoration: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image { position: relative; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--tpl-object-item--image-fit); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-info { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large { flex-direction: column; width: 100%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-info { justify-content: center; text-align: center; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions { margin-top: 0.5rem; display: flex; flex-direction: row; align-items: center; justify-content: space-around; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-link { display: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart { display: flex; flex-direction: column; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .quantity { display: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 1rem; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list { padding: 1rem 0; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; position: relative; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list:not(:first-child) { border-top: 1px solid var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-image { width: 70%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-info { text-align: left; width: 100%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-info .item-price { margin-top: 0.5rem; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions { margin-top: 0.5rem; margin-left: auto; margin-right: 0; max-width: 60%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-link { display: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .quantity { display: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button { margin-left: 1rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-image { width: 33%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-info { width: calc(66% - 1rem); margin-left: 1rem; display: flex; flex-direction: row; justify-content: space-between; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-info .item-price { margin-top: 4rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-actions { width: calc(66% - 1rem); margin-bottom: 0; margin-top: auto; display: flex; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-actions .quantity { display: flex; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-large { width: 50%; padding: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-large .item-actions { margin-bottom: 0; margin-top: auto; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-list { align-items: flex-start; flex-direction: column; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-list .item-image { width: 30%; float: left; position: absolute; left: 0; top: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-list .item-info { margin-left: 32%; margin-top: 1rem; width: calc(68%); }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-list .actions-cart { width: 100%; margin-left: 1rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list { align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-image { width: 25%; float: none; position: relative; left: 0; top: 0; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-info { width: auto; flex-grow: 1; margin-left: 1rem; margin-top: 2.5rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; align-items: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-link { display: flex; white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-link .quickbuy { margin-right: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-cart { justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-cart .cart-button { margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .tpl-block-list-objects { justify-content: flex-start; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-large { width: 33%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list { flex-direction: row; align-items: flex-start; flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-image { width: 25%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-info { width: auto; margin-left: 1rem; margin-top: 1rem; margin-right: 0; flex-direction: column; align-items: flex-start; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-info .item-price { margin-top: 1rem; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-actions { width: auto; margin-left: 0; margin-right: 0; flex-direction: column; justify-content: flex-end; align-items: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-link { margin-bottom: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-cart { flex-direction: row; align-items: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-cart .quantity { margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="780"] .goods-item.type-list .item-info { justify-content: center; margin-top: auto; margin-bottom: auto; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="780"] .goods-item.type-list .item-actions { justify-content: center; margin-top: auto; margin-bottom: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="920"] .goods-item.type-large { width: 25%; max-width: 400px; padding: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="920"] .goods-item.type-list .item-actions .actions-link { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="920"] .goods-item.type-list .item-actions .actions-cart { flex-direction: column; align-items: flex-end; }
.tpl-component-netcat-module-netshop-goods .object-full { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; margin-top: 2rem; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info { position: relative; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-price { margin-top: 1rem; margin-bottom: 1rem; display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-price .price-old { margin-right: 0.5rem; font-style: italic; opacity: 0.5; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-price .price-savings { width: 100%; text-align: right; padding-top: 0.5rem; color: var(--tpl-color-brand); font-style: italic; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions { position: relative; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-variants { margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-variants .variant .variant-text { padding: 0.25rem 1rem 0.25rem 0; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-variants .variant .variant-select { padding: 0.25rem 0; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-available { margin-left: 0; margin-right: auto; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-quantity { margin-right: 0; margin-left: auto; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-quantity .quantity-title { display: none; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-button { margin-right: 0; margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-button > * { margin-right: 0; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-link { margin-top: 1rem; display: flex; justify-content: flex-end; align-items: center; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-link .addFavorite { margin-left: 0; margin-right: auto; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-link a { text-decoration: none; }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="500"] .object-full .object-actions .product-cart .product-button { margin-top: 1rem; width: 100%; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="500"] .object-full .object-actions .product-cart .product-button .addBasket { width: 100%; margin: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="500"] .object-full .object-info .object-actions .product-variants .variant .variant-text { width: 25%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="500"] .object-full .object-info .object-actions .product-cart .addFavorite { position: absolute; left: auto; right: 0; bottom: 5rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="500"] .object-full .object-images .fotorama__nav-wrap { margin-top: 1em; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full { padding: 4rem 2rem; display: flex; align-items: flex-start; flex-direction: row; justify-content: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-images { width: 45%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info { width: 45%; max-width: 500px; margin-left: 4rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info .object-price { margin-top: 2rem; margin-bottom: 4rem; align-items: center; justify-content: flex-start; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info .object-price .price-savings { margin-left: 1rem; width: auto; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info .object-actions .product-cart { flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info .object-actions .product-cart .quantity { margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods .object-detail { background-color: var(--tpl-color-background-accent); padding: 2rem 1.5rem; }
.tpl-component-netcat-module-netshop-goods .object-detail .product-description { width: 100%; max-width: 630px; }
.tpl-component-netcat-module-netshop-goods .object-detail .product-description .description-header { text-align: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-detail { padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-detail .product-description .description-header { margin-top: 3rem; margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods .object-character { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters { width: 100%; max-width: 630px; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters .characters-header { text-align: center; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters-table { width: 100%; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters-table .row { border-bottom: 1px solid var(--tpl-color-background-accent); }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters-table .row .feature { padding: 0.5rem 0; font-weight: 600; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters-table .row .value { padding: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-character { padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .characters-header { margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods .object-full + .object-character { border-top: 1px solid var(--tpl-color-background-accent); }
.tpl-component-netcat-module-netshop-goods .goods-item.type-list.inside-admin { display: block; }
.tpl-component-netcat-module-netshop-goods .goods-item.type-list.inside-admin .nc-netshop-variant { margin-bottom: 16px; }
.tpl-component-netcat-module-netshop-goods .goods-item.type-list.inside-admin .item-image { display: flex }
.tpl-component-netcat-module-netshop-goods .goods-item.type-list.inside-admin .item-actions { display: none !important; }
body.nc_edit_objects .tpl-component-netcat-module-netshop-goods .product-view { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .catalogue-prefix { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; min-width: 300px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .catalogue-prefix .product-sorting { margin: 0.5rem; margin-left: 0; display: flex; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .catalogue-prefix .product-sorting .title { margin: 0.5rem; margin-left: 0; margin-right: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .catalogue-prefix .product-view { margin: 0.5rem; margin-right: 0; display: flex; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .catalogue-prefix .product-view .view-select { margin: 0.25rem; color: var(--tpl-color-foreground-accent); cursor: pointer; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .catalogue-prefix .product-view .view-select.active { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b2~="400"] .product-sorting .title { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b2~="400"] .catalogue-prefix { flex-direction: column; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b2~="400"] .catalogue-prefix .product-view { margin: 0.5rem 0.5rem 1.5rem 0.5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quantity { display: inline-flex; flex-direction: row; flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quantity .quantity-button { border-radius: 0; margin: 0; padding: 0; height: 2rem; width: 2rem; position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quantity .quantity-button:before { position: absolute; left: 0; right: 0; bottom: 0; top: 0; line-height: 2rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quantity .quantity-button--less:before { content: "-"; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quantity .quantity-button--more:before { content: "+"; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quantity .quantity-input { border-radius: 0; margin: 0; padding: 0; text-align: center; height: 2rem; width: 3rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quantity .quantity-input::-webkit-outer-spin-button, .tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quantity .quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; -moz-appearance: textfield; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .addFavorite { border: 0; border-radius: 50%; font-size: 1rem; padding: 0.5rem; display: inline-flex; align-items: center; justify-items: center; justify-content: center; cursor: pointer; background-color: var(--tpl-color-background-accent); border-color: var(--tpl-color-brand); color: var(--tpl-color-brand); text-decoration: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quickbuy { margin-right: 1rem; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .quickbuy i { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .compare { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .compare i { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects { display: flex; flex-direction: row; flex-wrap: wrap; min-width: 260px; justify-content: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item { display: inline-flex; text-decoration: none; position: relative; min-height: 200px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item a { text-decoration: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item .item-image { position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--tpl-object-item--image-fit); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item .item-info { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-large { flex-direction: column; width: 100%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-large .item-info { justify-content: center; text-align: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-large .item-actions { margin-top: 0.5rem; display: flex; flex-direction: row; align-items: center; justify-content: space-around; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-large .item-actions .actions-link { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart { display: flex; flex-direction: column; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .quantity { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list { padding: 1rem 0; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list:not(:first-child) { border-top: 1px solid var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-image { width: 70%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-info { text-align: left; width: 100%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-info .item-price { margin-top: 0.5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-actions { margin-top: 0.5rem; margin-left: auto; margin-right: 0; max-width: 60%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-actions .actions-link { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .quantity { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button { margin-left: 1rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="420"] .goods-item.type-list .item-image { width: 33%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="420"] .goods-item.type-list .item-info { width: calc(66% - 1rem); margin-left: 1rem; display: flex; flex-direction: row; justify-content: space-between; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="420"] .goods-item.type-list .item-info .item-price { margin-top: 4rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="420"] .goods-item.type-list .item-actions { width: calc(66% - 1rem); margin-bottom: 0; margin-top: auto; display: flex; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="420"] .goods-item.type-list .item-actions .quantity { display: flex; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="480"] .goods-item.type-large { width: 50%; padding: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="480"] .goods-item.type-large .item-actions { margin-bottom: 0; margin-top: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="480"] .goods-item.type-list { align-items: flex-start; flex-direction: column; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="480"] .goods-item.type-list .item-image { width: 30%; float: left; position: absolute; left: 0; top: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="480"] .goods-item.type-list .item-info { margin-left: 32%; margin-top: 1rem; width: calc(68%); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="480"] .goods-item.type-list .actions-cart { width: 100%; margin-left: 1rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="580"] .goods-item.type-list { align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="580"] .goods-item.type-list .item-image { width: 25%; float: none; position: relative; left: 0; top: 0; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="580"] .goods-item.type-list .item-info { width: auto; flex-grow: 1; margin-left: 1rem; margin-top: 2.5rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="580"] .goods-item.type-list .item-actions { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-link { display: flex; white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-link .quickbuy { margin-right: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-cart { justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-cart .cart-button { margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .tpl-block-list-objects { justify-content: flex-start; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .goods-item.type-large { width: 33%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .goods-item.type-list { flex-direction: row; align-items: flex-start; flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .goods-item.type-list .item-image { width: 25%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .goods-item.type-list .item-info { width: auto; margin-left: 1rem; margin-top: 1rem; margin-right: 0; flex-direction: column; align-items: flex-start; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .goods-item.type-list .item-info .item-price { margin-top: 1rem; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .goods-item.type-list .item-actions { width: auto; margin-left: 0; margin-right: 0; flex-direction: column; justify-content: flex-end; align-items: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-link { margin-bottom: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-cart { flex-direction: row; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-cart .quantity { margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="780"] .goods-item.type-list .item-info { justify-content: center; margin-top: auto; margin-bottom: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="780"] .goods-item.type-list .item-actions { justify-content: center; margin-top: auto; margin-bottom: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="920"] .goods-item.type-large { width: 25%; max-width: 400px; padding: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="920"] .goods-item.type-list .item-actions .actions-link { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="920"] .goods-item.type-list .item-actions .actions-cart { flex-direction: column; align-items: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; margin-top: 2rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info { position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-price { margin-top: 1rem; margin-bottom: 1rem; display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-price .price-old { margin-right: 0.5rem; font-style: italic; opacity: 0.5; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-price .price-savings { width: 100%; text-align: right; padding-top: 0.5rem; color: var(--tpl-color-brand); font-style: italic; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions { position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-variants { margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-variants .variant .variant-text { padding: 0.25rem 1rem 0.25rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-variants .variant .variant-select { padding: 0.25rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-cart { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-cart .product-available { margin-left: 0; margin-right: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-cart .product-quantity { margin-right: 0; margin-left: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-cart .product-quantity .quantity-title { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-cart .product-button { margin-right: 0; margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-cart .product-button > * { margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-link { margin-top: 1rem; display: flex; justify-content: flex-end; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-link .addFavorite { margin-left: 0; margin-right: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full .object-info .object-actions .product-link a { text-decoration: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b2~="500"] .object-full .object-actions .product-cart .product-button { margin-top: 1rem; width: 100%; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b2~="500"] .object-full .object-actions .product-cart .product-button .addBasket { width: 100%; margin: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="500"] .object-full .object-info .object-actions .product-variants .variant .variant-text { width: 25%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="500"] .object-full .object-info .object-actions .product-cart .addFavorite { position: absolute; left: auto; right: 0; bottom: 5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="500"] .object-full .object-images .fotorama__nav-wrap { margin-top: 1em; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-full { padding: 4rem 2rem; display: flex; align-items: flex-start; flex-direction: row; justify-content: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-full .object-images { width: 45%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-full .object-info { width: 45%; max-width: 500px; margin-left: 4rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-full .object-info .object-price { margin-top: 2rem; margin-bottom: 4rem; align-items: center; justify-content: flex-start; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-full .object-info .object-price .price-savings { margin-left: 1rem; width: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-full .object-info .object-actions .product-cart { flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-full .object-info .object-actions .product-cart .quantity { margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-detail { background-color: var(--tpl-color-background-accent); padding: 2rem 1.5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-detail .product-description { width: 100%; max-width: 630px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-detail .product-description .description-header { text-align: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-detail { padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-detail .product-description .description-header { margin-top: 3rem; margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-character { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-character .product-characters { width: 100%; max-width: 630px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-character .product-characters .characters-header { text-align: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-character .product-characters-table { width: 100%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-character .product-characters-table .row { border-bottom: 1px solid var(--tpl-color-background-accent); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-character .product-characters-table .row .feature { padding: 0.5rem 0; font-weight: 600; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-character .product-characters-table .row .value { padding: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .object-character { padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin[data-nc-b1~="760"] .characters-header { margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .object-full + .object-character { border-top: 1px solid var(--tpl-color-background-accent); }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .goods-item.type-list.inside-admin { display: block; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .goods-item.type-list.inside-admin .nc-netshop-variant { margin-bottom: 16px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .goods-item.type-list.inside-admin .item-image { display: flex }
.tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .goods-item.type-list.inside-admin .item-actions { display: none !important; }
body.nc_edit_objects .tpl-component-netcat-module-netshop-goods.tpl-template-inside-admin .product-view { display: none; }
.tpl-component-netcat-module-netshop-goods-universal .fill-flex-width { flex-grow: 1; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .prefix { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: var(--tpl-block-gap, 20px); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card { display: flex; flex-direction: column; height: 100%; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__media { position: relative; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__image-link { display: block; text-decoration: none; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__image { position: relative; padding-top: var(--item-image-padding-top, 100%); overflow: hidden; background: var(--tpl-color-background-main-dark, #f5f5f5); }
:where(.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list) .item-card__image { border-radius: 20px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: var(--item-image-fit, contain); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__image .nc-editable-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__image .nc-editable-image-container img { width: 100%; height: 100%; object-fit: var(--item-image-fit, contain); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; align-items: center; justify-content: center; min-width: 48px; height: 28px; padding: 0 8px; background: var(--tpl-color-foreground-accent, #e53935); color: #fff; text-decoration: none; border-radius: 4px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__actions { position: absolute; top: 12px; right: 12px; z-index: 2; display: flex; flex-direction: column; gap: 8px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__action { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255, 255, 255, 0.9); border-radius: 50%; text-decoration: none; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__action.is-active { background: var(--tpl-color-brand, #1976d2); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__action.is-active .item-card__action-icon { filter: brightness(0) invert(1); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__action-icon { display: block; width: 20px; height: 20px; background-color: var(--tpl-color-foreground-main, #333); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__action-icon--compare { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M9.31 1.38v17.24h1.38V1.38H9.31zM8.96 0C8.4 0 7.93.46 7.93 1.03v17.93c0 .57.46 1.04 1.03 1.04h2.07c.57 0 1.04-.46 1.04-1.03V1.03c0-.57-.47-1.03-1.04-1.03H8.96zm5.87 4.83v13.79h1.38V4.83h-1.38zm-.35-1.38c-.57 0-1.03.46-1.03 1.03v14.48c0 .57.46 1.04 1.03 1.04h2.07c.57 0 1.03-.47 1.03-1.04V4.48c0-.57-.46-1.03-1.03-1.03h-2.07zM3.79 18.62v-8.28h1.38v8.28H3.79zM2.41 10c0-.57.46-1.03 1.04-1.03h2.06c.57 0 1.04.46 1.04 1.03v8.97c0 .57-.47 1.03-1.04 1.03H3.45c-.58 0-1.04-.46-1.04-1.03V10z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M9.31 1.38v17.24h1.38V1.38H9.31zM8.96 0C8.4 0 7.93.46 7.93 1.03v17.93c0 .57.46 1.04 1.03 1.04h2.07c.57 0 1.04-.46 1.04-1.03V1.03c0-.57-.47-1.03-1.04-1.03H8.96zm5.87 4.83v13.79h1.38V4.83h-1.38zm-.35-1.38c-.57 0-1.03.46-1.03 1.03v14.48c0 .57.46 1.04 1.03 1.04h2.07c.57 0 1.03-.47 1.03-1.04V4.48c0-.57-.46-1.03-1.03-1.03h-2.07zM3.79 18.62v-8.28h1.38v8.28H3.79zM2.41 10c0-.57.46-1.03 1.04-1.03h2.06c.57 0 1.04.46 1.04 1.03v8.97c0 .57-.47 1.03-1.04 1.03H3.45c-.58 0-1.04-.46-1.04-1.03V10z'/%3E%3C/svg%3E"); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__action-icon--favorite { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M11 19.5l-1.4-1.3C4.4 13.4 1 10.4 1 6.7 1 3.7 3.4 1.3 6.4 1.3c1.7 0 3.4.8 4.6 2.1 1.2-1.3 2.9-2.1 4.6-2.1 3 0 5.4 2.4 5.4 5.4 0 3.7-3.4 6.7-8.6 11.5L11 19.5z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M11 19.5l-1.4-1.3C4.4 13.4 1 10.4 1 6.7 1 3.7 3.4 1.3 6.4 1.3c1.7 0 3.4.8 4.6 2.1 1.2-1.3 2.9-2.1 4.6-2.1 3 0 5.4 2.4 5.4 5.4 0 3.7-3.4 6.7-8.6 11.5L11 19.5z'/%3E%3C/svg%3E"); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__gallery { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__gallery-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.2s ease; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__gallery-slide.is-active { opacity: 1; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__gallery-slide img { width: 100%; height: 100%; object-fit: var(--item-image-fit, contain); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__gallery-dots { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 3; opacity: 0; transition: opacity 0.2s ease; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__image--gallery:hover .item-card__gallery-dots, .tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__image--gallery.is-swiping .item-card__gallery-dots { opacity: 1; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__gallery-dot { width: 6px; height: 6px; background: rgba(255, 255, 255, 0.5); border: 1px solid rgba(0, 0, 0, 0.2); cursor: pointer; transition: background-color 0.2s ease; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__gallery-dot.is-active { background: var(--tpl-color-brand, #1976d2); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__content { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; padding: 12px 0; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__title-link { text-decoration: none; color: inherit; flex-grow: 1; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__title-link:hover .item-card__title { color: var(--tpl-color-brand, #1976d2); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__price-current { white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__price-old { color: var(--tpl-color-foreground-main-lightest, #999); text-decoration: line-through; white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__rating { display: flex; align-items: center; gap: 4px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__rating-star { width: 14px; height: 14px; background: #ffc107; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 1l2.39 6.11H19l-5.3 4.14 2.04 6.75L10 14.14 4.26 18l2.04-6.75L1 7.11h6.61z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 1l2.39 6.11H19l-5.3 4.14 2.04 6.75L10 14.14 4.26 18l2.04-6.75L1 7.11h6.61z'/%3E%3C/svg%3E"); -webkit-mask-size: contain; mask-size: contain; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__reviews::before, .tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__variants::before { content: "·"; margin-right: 6px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__footer { margin-top: auto; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__cart-form { display: contents; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-list .item-card__cart-btn { display: flex; align-items: center; justify-content: center; width: 100%; text-decoration: none; }
.tpl-component-netcat-module-netshop-goods-universal[data-nc-b2~="500"].tpl-block-list .prefix { flex-direction: column; align-items: flex-start; }
.tpl-component-netcat-module-netshop-goods-universal .tpl-block-list-objects > *[data-nc-b2~="200"].tpl-block-list .item-card__actions { flex-direction: row; }
.tpl-component-netcat-module-netshop-goods-universal .tpl-block-list-objects > *[data-nc-b2~="200"].tpl-block-list .item-card__action { width: 32px; height: 32px; }
.tpl-component-netcat-module-netshop-goods-universal .tpl-block-list-objects > *[data-nc-b2~="200"].tpl-block-list .item-card__badge { min-width: 40px; height: 24px; }
.tpl-component-netcat-module-netshop-goods-universal .tpl-block-list-objects > *[data-nc-b2~="200"].tpl-block-list .item-card__reviews { width: 100%; }
.tpl-component-netcat-module-netshop-goods-universal .tpl-block-list-objects > *[data-nc-b2~="200"].tpl-block-list .item-card__reviews::before { display: none; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__main { display: grid; grid-template-columns: 1fr 1fr; gap: var(--tpl-block-gap, 40px); align-items: start; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__admin { margin-bottom: 20px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery { position: relative; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-main { position: relative; aspect-ratio: 1; background: var(--tpl-color-background-main-dark, #f5f5f5); overflow: hidden; display: flex; align-items: center; justify-content: center; }
:where(.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full) .item-full__gallery-main { border-radius: 20px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-link { display: block; width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-img { width: 100%; height: 100%; object-fit: contain; cursor: zoom-in; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumbs { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumb { width: 64px; height: 64px; padding: 0; border: 2px solid transparent; background: var(--tpl-color-background-main-dark, #f5f5f5); cursor: pointer; overflow: hidden; }
:where(.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full) .item-full__gallery-thumb { border-radius: 20px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumb.is-active { border-color: var(--tpl-color-brand, #1976d2); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__badge { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; align-items: center; justify-content: center; min-width: 48px; height: 28px; padding: 0 10px; background: var(--tpl-color-foreground-accent, #e53935); color: #fff; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__info { display: flex; flex-direction: column; gap: 16px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__title { margin: 0; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__meta { display: flex; align-items: center; gap: 12px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__rating { display: flex; align-items: center; gap: 4px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__rating-star { width: 16px; height: 16px; background: #ffc107; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 1l2.39 6.11H19l-5.3 4.14 2.04 6.75L10 14.14 4.26 18l2.04-6.75L1 7.11h6.61z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 1l2.39 6.11H19l-5.3 4.14 2.04 6.75L10 14.14 4.26 18l2.04-6.75L1 7.11h6.61z'/%3E%3C/svg%3E"); -webkit-mask-size: contain; mask-size: contain; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__reviews-link { color: inherit; text-decoration: none; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__reviews-link:hover { text-decoration: underline; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__description { max-width: 600px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__video-review { margin-top: 20px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__video-review-title { margin-bottom: 12px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__video-review-player { position: relative; width: 100%; max-width: 800px; aspect-ratio: 16 / 9; background: var(--tpl-color-background-main-dark, #000); border-radius: 12px; overflow: hidden; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__video-review-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__video-review-video { width: 100%; height: 100%; object-fit: contain; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__property { display: flex; align-items: baseline; gap: 6px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__property-name { color: var(--tpl-color-foreground-main-light, #666); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__variants { display: flex; flex-direction: column; gap: 12px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__variant { display: flex; flex-direction: column; gap: 6px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__variant-options { display: flex; flex-wrap: wrap; gap: 8px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__variant-option { min-width: 40px; text-decoration: none; transition: all 0.2s ease; border-width: 1px; border-style: solid; line-height: 1; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__variant-option:not(.is-selected):not(.is-unavailable) { border-color: var(--tpl-color-foreground-main, #333); color: var(--tpl-color-foreground-main, #333); background: var(--tpl-color-background-main, #fff); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__variant-option:not(.is-selected):not(.is-unavailable):hover { border-color: var(--tpl-color-brand, #1976d2); color: var(--tpl-color-brand, #1976d2); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__variant-option.is-selected { border-color: var(--tpl-color-brand, #1976d2); color: var(--tpl-color-brand, #1976d2); background: var(--tpl-color-background-accent, #f5f5f5); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__variant-option.is-unavailable { border-color: color-mix(in srgb, var(--tpl-color-foreground-main, #333) 50%, transparent); color: color-mix(in srgb, var(--tpl-color-foreground-main, #333) 50%, transparent); background: var(--tpl-color-background-main, #fff); cursor: pointer; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__variant-option.is-unavailable:hover { border-color: color-mix(in srgb, var(--tpl-color-foreground-main, #333) 70%, transparent); color: color-mix(in srgb, var(--tpl-color-foreground-main, #333) 70%, transparent); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__price-block { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__price { white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__price-old { text-decoration: line-through; color: var(--tpl-color-foreground-main-lightest, #999); white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__cart-form { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__qty { display: flex; align-items: stretch; border: 1px solid var(--tpl-color-background-main-dark, #e0e0e0); border-radius: var(--tpl-border-radius, 8px); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__qty-btn { display: flex; align-items: center; justify-content: center; padding: 8px 12px; background: none; border: none; cursor: pointer; font-size: 18px; line-height: 1; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__qty-btn:hover { background: var(--tpl-color-background-main-dark, #f5f5f5); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__qty-input { width: 40px; padding: 8px 0; text-align: center; border: none; border-left: 1px solid var(--tpl-color-background-main-dark, #e0e0e0); border-right: 1px solid var(--tpl-color-background-main-dark, #e0e0e0); font-size: 14px; line-height: 1; -moz-appearance: textfield; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__qty-input::-webkit-inner-spin-button, .tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__qty-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__cart-btn { text-decoration: none; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__stock-info { padding: 12px 0; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__secondary-actions { display: flex; gap: 20px; padding-top: 8px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__action { display: flex; align-items: center; gap: 6px; text-decoration: none; color: inherit; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__action:hover { color: var(--tpl-color-brand, #1976d2); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__action.is-active { color: var(--tpl-color-brand, #1976d2); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__action-icon { width: 20px; height: 20px; background: currentColor; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__action-icon--compare { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4v16h2V4H9zm4 8v8h2v-8h-2zM5 12v8h2v-8H5zm12-4v12h2V8h-2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4v16h2V4H9zm4 8v8h2v-8h-2zM5 12v8h2v-8H5zm12-4v12h2V8h-2z'/%3E%3C/svg%3E"); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__action-icon--favorite { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: var(--tpl-color-background-main-dark, #000); border-radius: 20px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-video-player { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center center; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumb--video { position: relative; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumb--video::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 1; pointer-events: none; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumb-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 24px; height: 24px; z-index: 2; background: rgba(255, 255, 255, 0.9); border-radius: 50%; pointer-events: none; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumb-play::after { content: ''; position: absolute; top: 50%; left: 55%; transform: translate(-50%, -50%); width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent var(--tpl-color-brand, #1976d2); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumb-video-placeholder { display: block; width: 100%; height: 100%; background: var(--tpl-color-background-main-dark, #f0f0f0); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__gallery-thumb-video-placeholder::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 20px; height: 20px; background: var(--tpl-color-foreground-main-light, #666); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E"); -webkit-mask-size: contain; mask-size: contain; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-main { display: flex; align-items: center; justify-content: center; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: var(--tpl-color-background-main-dark, #000); border-radius: 20px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-video-player { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center center; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-thumb--video { position: relative; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-thumb--video::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 1; pointer-events: none; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-thumb-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 24px; height: 24px; z-index: 2; background: rgba(255, 255, 255, 0.9); border-radius: 50%; pointer-events: none; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-thumb-play::after { content: ''; position: absolute; top: 50%; left: 55%; transform: translate(-50%, -50%); width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent var(--tpl-color-brand, #1976d2); }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-thumb-video-placeholder { display: block; width: 100%; height: 100%; background: var(--tpl-color-background-main-dark, #f0f0f0); }
.tpl-component-netcat-module-netshop-goods-universal .item-full__gallery-thumb-video-placeholder::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 20px; height: 20px; background: var(--tpl-color-foreground-main-light, #666); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E"); -webkit-mask-size: contain; mask-size: contain; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__video-review { margin-top: 20px; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__video-review-title { margin-bottom: 12px; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__video-review-player { position: relative; width: 100%; max-width: 800px; aspect-ratio: 16 / 9; background: var(--tpl-color-background-main-dark, #000); border-radius: 12px; overflow: hidden; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__video-review-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.tpl-component-netcat-module-netshop-goods-universal .item-full__video-review-video { width: 100%; height: 100%; object-fit: contain; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__section { margin-top: var(--tpl-block-gap, 40px); padding-top: var(--tpl-block-gap, 40px); border-top: 1px solid var(--tpl-color-background-main-dark, #e0e0e0); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__section:last-child { margin-bottom: var(--tpl-block-gap, 40px); }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__section-title { margin: 0 0 20px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__section-count { margin-left: 8px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__section-content { max-width: 800px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__details { line-height: 1.6; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__specs { display: grid; gap: 12px; margin: 0; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__spec { display: flex; gap: 12px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__spec-name { flex: 0 0 200px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__spec-value { margin: 0; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__comments { max-width: 800px; }
.tpl-component-netcat-module-netshop-goods-universal.tpl-block-full .item-full__comments a[id^="nc_comments_subscribe"] { display: none; }
.tpl-component-netcat-module-netshop-goods-universal[data-nc-b2~="768"].tpl-block-full .item-full__main { grid-template-columns: 1fr; }
.tpl-component-netcat-module-netshop-goods-universal[data-nc-b2~="768"].tpl-block-full .item-full__spec { flex-direction: column; gap: 4px; }
.tpl-component-netcat-module-netshop-goods-universal[data-nc-b2~="768"].tpl-block-full .item-full__spec-name { flex: none; }
.tpl-component-netcat-module-netshop-goods-universal[data-nc-b2~="768"].tpl-block-full .item-full__gallery-video { border-radius: 12px; }
.tpl-component-netcat-module-netshop-goods-universal[data-nc-b2~="768"].tpl-block-full .item-full__gallery-thumb-play { width: 20px; height: 20px; }
.tpl-component-netcat-module-netshop-goods-universal[data-nc-b2~="768"].tpl-block-full .item-full__gallery-thumb-play::after { border-width: 4px 0 4px 6px; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-netshop-order-filter-form-toggle { text-decoration: none; border-bottom: 1px dashed var(--tpl-color-brand, #1a87c2); color: var(--tpl-color-brand, #1a87c2); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-netshop-order-filter-form-toggle:hover { border-bottom: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .statuses_wrapper { display: flex; flex-direction: column; width: max-content; gap: 0.5rem; margin-bottom: 1.5rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1.5rem; text-decoration: none; color: inherit; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card:hover { text-decoration: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__main { min-width: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__header { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 0.375rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__id { font-weight: 600; font-size: 1rem; color: var(--tpl-color-foreground-main, #111827); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__date { font-size: 0.875rem; color: var(--tpl-color-foreground-main-light, #6B7280); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__items { font-size: 0.875rem; color: var(--tpl-color-foreground-main-light, #6B7280); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__status { flex-shrink: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__badge { display: inline-block; padding: 0.375rem 0.75rem; border-radius: 9999px; font-size: 0.8125rem; font-weight: 500; white-space: nowrap; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__price { font-weight: 600; font-size: 1rem; color: var(--tpl-color-foreground-main, #111827); text-align: right; min-width: 100px; }
@media (max-width: 640px) {
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card { grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 0.75rem 1rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__main { grid-column: 1 / -1; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__status { justify-self: start; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-card__price { justify-self: end; }
}
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-list-wrapper { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; text-decoration: none; color: inherit; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-info-wrapper { display: flex; align-items: baseline; gap: 0.75rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-info-id { font-weight: 600; color: var(--tpl-color-foreground-main, #111827); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-info-created { color: var(--tpl-color-foreground-main-light, #6B7280); font-size: 0.875rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-status-badge { display: inline-flex; align-items: center; padding: 0.375rem 0.875rem; border-radius: 9999px; font-size: 0.8125rem; font-weight: 500; line-height: 1.4; white-space: nowrap; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-status-badge--new { background: var(--tpl-color-info-light, #DBEAFE); color: var(--tpl-color-info, #1E40AF); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-status-badge--accepted { background: var(--tpl-color-warning-light, #FEF3C7); color: var(--tpl-color-warning, #92400E); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-status-badge--paid { background: var(--tpl-color-success-light, #D1FAE5); color: var(--tpl-color-success, #065F46); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-status-badge--shipped, .tpl-component-netcat-module-netshop-order.tpl-template-list .order-status-badge--delivery { background: var(--tpl-color-info-light, #E0F2FE); color: var(--tpl-color-info, #0369A1); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-status-badge--completed { background: var(--tpl-color-success-light, #DCFCE7); color: var(--tpl-color-success, #166534); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-status-badge--cancelled { background: var(--tpl-color-danger-light, #FEE2E2); color: var(--tpl-color-danger, #991B1B); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-paid-wrapper { display: flex; flex-direction: column; align-items: flex-end; gap: 0.25rem; min-width: 120px; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-paid-status { font-size: 0.75rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-payment-status--paid { color: var(--tpl-color-success, #166534); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-payment-status--pending { color: var(--tpl-color-warning, #92400E); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-paid-price { font-weight: 600; color: var(--tpl-color-foreground-main, #111827); }
@media (max-width: 640px) {
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-list-wrapper { flex-direction: column; align-items: flex-start; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order-paid-wrapper { width: 100%; flex-direction: row; justify-content: space-between; align-items: center; }
}
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail { max-width: 900px; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__back { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--tpl-color-foreground-main-light, #6B7280); text-decoration: none; font-size: 0.875rem; margin-bottom: 1.5rem; transition: color 0.15s ease; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__back:hover { color: var(--tpl-color-brand, #1a87c2); text-decoration: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__title-row { display: flex; align-items: baseline; gap: 0.75rem; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__title { margin: 0; font-size: 1.5rem; font-weight: 600; color: var(--tpl-color-foreground-main, #111827); font-family: var(--tpl-font-family-header, inherit); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__date { color: var(--tpl-color-foreground-main-light, #6B7280); font-size: 0.9375rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__status { display: inline-flex; align-items: center; padding: 0.5rem 1rem; border-radius: 9999px; font-size: 0.875rem; font-weight: 500; white-space: nowrap; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info { background: var(--tpl-color-background-accent, #F9FAFB); border-radius: 0.75rem; padding: 1.5rem; margin-bottom: 2rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info-item { display: flex; flex-direction: column; gap: 0.375rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info-label { font-size: 0.8125rem; color: var(--tpl-color-foreground-main-light, #6B7280); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info-value { font-size: 0.9375rem; color: var(--tpl-color-foreground-main, #111827); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info-value--bold { font-weight: 600; font-size: 1.125rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info-value--paid { color: var(--tpl-color-success, #166534); font-weight: 500; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info-value--pending { color: var(--tpl-color-warning, #92400E); font-weight: 500; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__pay-form { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--tpl-color-foreground-main-lightest, #E5E7EB); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__pay-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.5rem; background: var(--tpl-color-brand, #1a87c2); color: #fff; border: none; border-radius: 0.5rem; font-size: 0.9375rem; font-weight: 500; cursor: pointer; transition: background-color 0.15s ease; font-family: inherit; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__pay-btn:hover { background: var(--tpl-color-brand-dark, #1570a3); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__products { margin-top: 2rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__section-title { font-size: 1.125rem; font-weight: 600; color: var(--tpl-color-foreground-main, #111827); margin: 0 0 1rem; font-family: var(--tpl-font-family-header, inherit); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__products-list { display: flex; flex-direction: column; gap: 2px; background: var(--tpl-color-background-accent, #F3F4F6); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product { display: flex; align-items: center; gap: 1rem; padding: 1rem; background: var(--tpl-color-background-main, #fff); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product--deleted { opacity: 0.5; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-image { flex-shrink: 0; width: 80px; height: 80px; border-radius: 0.5rem; overflow: hidden; background: var(--tpl-color-background-accent, #F3F4F6); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-image img { width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-info { flex: 1; min-width: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-name { color: var(--tpl-color-foreground-main, #111827); text-decoration: none; font-size: 0.9375rem; line-height: 1.4; }
.tpl-component-netcat-module-netshop-order.tpl-template-list a.nc-order-detail__product-name:hover { color: var(--tpl-color-brand, #1a87c2); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-name--deleted, .tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-name--unavailable { color: var(--tpl-color-foreground-main-light, #6B7280); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-qty { flex-shrink: 0; color: var(--tpl-color-foreground-main-light, #6B7280); font-size: 0.875rem; min-width: 60px; text-align: center; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-qty-mobile { display: none; opacity: 0.5; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-price { flex-shrink: 0; font-weight: 600; color: var(--tpl-color-foreground-main, #111827); font-size: 0.9375rem; min-width: 100px; text-align: right; }
@media (max-width: 640px) {
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__header { flex-direction: column; align-items: flex-start; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info-grid { grid-template-columns: 1fr 1fr; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-qty { display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-qty-mobile { display: inline; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-price { min-width: auto; }
}
@media (max-width: 480px) {
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__info-grid { grid-template-columns: 1fr; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__product-image { width: 60px; height: 60px; }
}
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__summary-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 0.875rem 1rem; background: var(--tpl-color-background-main, #fff); font-size: 0.9375rem; color: var(--tpl-color-foreground-main, #111827); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__summary-row--discount { color: var(--tpl-color-success, #166534); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__summary-row--total { background: var(--tpl-color-background-accent, #F9FAFB); font-size: 1rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__summary-row--total .nc-order-detail__summary-label, .tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__summary-row--total .nc-order-detail__summary-value { font-weight: 600; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__summary-label { flex: 1; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__summary-value { flex-shrink: 0; text-align: right; font-weight: 500; min-width: 100px; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__summary-value--discount { color: var(--tpl-color-success, #166534); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__discount-details { display: inline; font-size: 0.8125rem; color: var(--tpl-color-foreground-main-light, #6B7280); font-weight: 400; margin-left: 0.5rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .nc-order-detail__summary-row--discount .nc-order-detail__discount-details { color: var(--tpl-color-success, #166534); opacity: 0.8; }
.tpl-component-netcat-module-requests-request { position: relative; }
.tpl-component-netcat-module-requests-request.tpl-link-form-open .nc-modal-trigger-overlay, .tpl-component-netcat-module-requests-request .tpl-link-form-submit .nc-modal-trigger-overlay { margin: 0; }
.tpl-component-netcat-module-requests-request.tpl-link-form-open { display: inline-block; }
.tpl-component-netcat-module-requests-request .tpl-link-form-submit { position: relative; }
.tpl-component-netcat-module-requests-request .nc-ckeditor-inline { width: 100%; }
.tpl-component-netcat-module-requests-request H4 { font-weight: 600; font-size: 24px; line-height: 28px; color: #333; margin: 0 0 9px; padding: 0; word-wrap: break-word; }
.tpl-component-netcat-module-requests-request .tpl-block-text-after-header { word-wrap: break-word; }
.tpl-component-netcat-module-requests-request form { text-align: left; }
.tpl-component-netcat-module-requests-request .tpl-block-columns { display: flex; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-image img { margin-top: 40px; max-width: 430px; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-divider { min-width: 1px; width: 1px; margin: 0 100px 0 60px; background: #e5e5e5; }
.tpl-component-netcat-module-requests-request .tpl-block-fields { position: relative; }
.tpl-component-netcat-module-requests-request .tpl-block-fields .nc-modal-trigger-overlay { margin: -10px; z-index: 5; }
.tpl-component-netcat-module-requests-request .tpl-block-fields.tpl-state-empty { margin: 20px 10px; padding: 20px; text-align: center; }
.tpl-component-netcat-module-requests-request .tpl-block-fields.tpl-state-empty .nc-modal-trigger-overlay { background-size: 64px; }
.tpl-component-netcat-module-requests-request H4 + .tpl-block-fields, .tpl-component-netcat-module-requests-request .tpl-block-text-after-header + .tpl-block-fields { margin-top: 30px; }
.tpl-component-netcat-module-requests-request .tpl-block-input { margin-bottom: 20px; text-align: left; }
.tpl-component-netcat-module-requests-request .tpl-block-fields .tpl-caption { padding-bottom: 10px; display: none; }
.tpl-component-netcat-module-requests-request .tpl-block-input .tpl-block-error { font-weight: 600; font-size: 13px; line-height: 16px; color: #ff7373; padding: 2px 0 0 2px; display: none; }
.tpl-component-netcat-module-requests-request INPUT:not([type="checkbox"]), .tpl-component-netcat-module-requests-request SELECT:not([hidden]), .tpl-component-netcat-module-requests-request TEXTAREA:not([hidden]) { font-family: "Open Sans", sans-serif; font-size: 18px; line-height: 20px; padding: 20px; border-radius: 3px; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT:not([type="checkbox"]), .tpl-component-netcat-module-requests-request .tpl-block-input SELECT, .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA { box-sizing: border-box; width: 100%; border: 1px solid #ccc; background: #fff; outline: none; color: #333; -webkit-appearance: none; transition: background, border-color .1s ease; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT:not([type="checkbox"]) { height: 60px; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT[type="checkbox"] { width:20px; height:20px; }
.tpl-component-netcat-module-requests-request .tpl-block-input .tpl-value { display: flex; align-items: flex-start; gap: 10px; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT[type="checkbox"] { flex-shrink: 0; margin-top: 2px; }
.tpl-component-netcat-module-requests-request .tpl-block-input label { flex: 1; line-height: 1.4; }
.tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA { height: 120px; line-height: 22px; resize: none; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT { -moz-appearance: none; appearance: none; background: #fff url('/netcat_template/class/netcat_module_requests_request/images/dropdown_arrow.png') no-repeat 100% center; height: 60px; padding: 1px 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT OPTION { font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; padding: 12px 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT[disabled="disabled"], .tpl-component-netcat-module-requests-request .tpl-block-input SELECT[disabled="disabled"], .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT:hover, .tpl-component-netcat-module-requests-request .tpl-block-input SELECT:hover, .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA:hover { background-color: #f9f9f9; border-color: #999; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT:focus, .tpl-component-netcat-module-requests-request .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA:focus { background-color: #f9f9f9; border-color: #999; box-shadow: inset 0 0 0 1px #999; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT:focus { background-image: url('/netcat_template/class/netcat_module_requests_request/images/dropdown_arrow_focus.png'); }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
.tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error INPUT, .tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error SELECT, .tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error TEXTAREA { border-color: #ff7373; box-shadow: inset 0 0 0 1px #ff7373; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error SELECT { padding: 1px 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error .tpl-block-error { display: block; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-value { display: flex; margin-bottom: 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-form .tpl-block-input.tpl-field-quantity .tpl-value INPUT { position: relative; border-radius: 0; text-align: center; z-index: 2; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button { position: relative; width: 62px; min-width: 62px; height: 60px; border: 1px solid #ccc; border-radius: 2px; transition: all .1s ease; box-sizing: border-box; background: #fff 50% 50% no-repeat; outline: none; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):hover { border-color: #999; z-index: 3; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):active { border-color: #999; z-index: 3; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease { left: 0; margin-right: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_minus.png"); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_minus_disabled.png"); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-increase { right: 0; margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_plus.png"); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-increase.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_plus_disabled.png"); }
.tpl-component-netcat-module-requests-request .tpl-block-button { position: relative; font-weight: bold; font-size: 18px; line-height: 22px; color: #fff; background: #01aff2; border: none; border-radius: 2px; min-height: fit-content; cursor: pointer; transition: all .1s ease; min-width: fit-content; box-sizing: border-box; outline: none; }
.tpl-component-netcat-module-requests-request .tpl-block-button.tpl-layout-background-dark { color: #fff; }
.tpl-component-netcat-module-requests-request .tpl-block-button.tpl-layout-background-bright { color: #000; }
.tpl-component-netcat-module-requests-request .tpl-block-button.tpl-layout-background-transparent { border: 2px solid #fff; }
.tpl-component-netcat-module-requests-request .tpl-block-button { width: 100%; }
.tpl-component-netcat-module-requests-request .tpl-block-button[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request .tpl-block-button:not([disabled="disabled"]):hover, .tpl-component-netcat-module-requests-request .tpl-block-button:not([disabled="disabled"]):focus { opacity: 0.8; }
.tpl-component-netcat-module-requests-request .tpl-block-button:not([disabled="disabled"]):active { opacity: 0.8; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-block-button-content { display: inline-flex; width: 100%; align-items: flex-start; }
.tpl-component-netcat-module-requests-request .tpl-block-button .tpl-block-button-title { flex-grow: 2; text-align: center; }
.tpl-component-netcat-module-requests-request .tpl-block-button-title.tpl-field-item-price { white-space: nowrap; }
.tpl-component-netcat-module-requests-request .tpl-block-button .tpl-block-button-divider { width: 1px; min-width: 1px; position: absolute; top: 10px; bottom: 10px; background: rgba(255, 255, 255, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-block-button::-moz-focus-inner { padding: 0; border: 0; }
.tpl-component-netcat-module-requests-request.tpl-block-popup { z-index: 500; position: fixed; left: 0; right: 0; top: 0; bottom: 0; min-width: 100%; max-width: 100%; border: none; overflow-y: auto; background: rgba(0, 0, 0, 0.5); text-align: center; width: 100%; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-background { position: fixed; left: 0; right: 40px; bottom: 0; top: 0; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container { position: relative; display: inline-block; text-align: left; padding: 35px 90px 60px; margin: 20px 0; min-width: 250px; max-width: 1060px; background: #fff; border-radius: 2px; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 560px) {
.tpl-component-netcat-module-requests-request .tpl-block-popup-container { margin: 0; }
}
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-popup-close-button { width: 50px; height: 50px; border-radius: 25px; background: url("/netcat_template/class/netcat_module_requests_request/images/icon_close.png") 50% 50% no-repeat; border: 1px solid #e5e5e5; transition: all .1s ease; position: absolute; top: 15px; right: 15px; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-popup-close-button:hover { border-color: #999; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-popup-close-button:active { border-color: #999; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-block-popup-body { font-size: 18px; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-body P { margin: 0; padding: 0 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message .tpl-block-popup-body { margin: 35px 0; }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message .tpl-block-popup-icon { width: 50px; height: 50px; background-size: 50px; background-repeat: no-repeat; margin: 20px 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message.tpl-state-success .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/images/icon_success.svg'); }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message.tpl-state-error .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/images/icon_error.svg'); }
.tpl-component-netcat-module-requests-request.tpl-block-popup-form .tpl-block-popup-container { padding-top: 40px; }
@media (min-width: 1031px) {
.tpl-component-netcat-module-requests-request.tpl-block-popup .tpl-block-fields:first-child { margin-top: 40px; }
}
@media (max-width: 1030px) {
.tpl-component-netcat-module-requests-request.tpl-block-popup-form .tpl-block-popup-container { max-width: 520px; padding-top: 55px; padding-left: 0; padding-right: 0; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-body { margin: 15px 60px; }
.tpl-component-netcat-module-requests-request .tpl-block-columns { display: block; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-divider { height: 50px; background: none; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-image img { margin-top: 0; max-width: 100%; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-form { margin: 0 auto; text-align: center; }
}
.tpl-component-netcat-module-requests-request .tpl-state-animated { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.tpl-component-netcat-module-requests-request .tpl-animation-fade-in-down { -webkit-animation-name: tpl-animation-fade-in-down; animation-name: tpl-animation-fade-in-down; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin { position: relative; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-link-form-open .nc-modal-trigger-overlay, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-link-form-submit .nc-modal-trigger-overlay { margin: 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-link-form-open { display: inline-block; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-link-form-submit { position: relative; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .nc-ckeditor-inline { width: 100%; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin H4 { font-weight: 600; font-size: 24px; line-height: 28px; color: #333; margin: 0 0 9px; padding: 0; word-wrap: break-word; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-text-after-header { word-wrap: break-word; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin form { text-align: left; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns { display: flex; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns .tpl-block-image img { margin-top: 40px; max-width: 430px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns .tpl-block-divider { min-width: 1px; width: 1px; margin: 0 100px 0 60px; background: #e5e5e5; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields { position: relative; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields .nc-modal-trigger-overlay { margin: -10px; z-index: 5; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields.tpl-state-empty { margin: 20px 10px; padding: 20px; text-align: center; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields.tpl-state-empty .nc-modal-trigger-overlay { background-size: 64px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin H4 + .tpl-block-fields, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-text-after-header + .tpl-block-fields { margin-top: 30px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input { margin-bottom: 20px; text-align: left; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields .tpl-caption { padding-bottom: 10px; display: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input .tpl-block-error { font-weight: 600; font-size: 13px; line-height: 16px; color: #ff7373; padding: 2px 0 0 2px; display: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin INPUT:not([type="checkbox"]), .tpl-component-netcat-module-requests-request.tpl-template-inside-admin SELECT:not([hidden]), .tpl-component-netcat-module-requests-request.tpl-template-inside-admin TEXTAREA:not([hidden]) { font-family: "Open Sans", sans-serif; font-size: 18px; line-height: 20px; padding: 20px; border-radius: 3px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT:not([type="checkbox"]), .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA { box-sizing: border-box; width: 100%; border: 1px solid #ccc; background: #fff; outline: none; color: #333; -webkit-appearance: none; transition: background, border-color .1s ease; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT:not([type="checkbox"]) { height: 60px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT[type="checkbox"] { width:20px; height:20px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input .tpl-value { display: flex; align-items: flex-start; gap: 10px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT[type="checkbox"] { flex-shrink: 0; margin-top: 2px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input label { flex: 1; line-height: 1.4; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA { height: 120px; line-height: 22px; resize: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT { -moz-appearance: none; appearance: none; background: #fff url('/netcat_template/class/netcat_module_requests_request/inside_admin/images/dropdown_arrow.png') no-repeat 100% center; height: 60px; padding: 1px 20px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT OPTION { font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; padding: 12px 20px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT[disabled="disabled"], .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT[disabled="disabled"], .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT:hover, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:hover, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA:hover { background-color: #f9f9f9; border-color: #999; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT:focus, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA:focus { background-color: #f9f9f9; border-color: #999; box-shadow: inset 0 0 0 1px #999; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:focus { background-image: url('/netcat_template/class/netcat_module_requests_request/inside_admin/images/dropdown_arrow_focus.png'); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error INPUT, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error SELECT, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error TEXTAREA { border-color: #ff7373; box-shadow: inset 0 0 0 1px #ff7373; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error SELECT { padding: 1px 20px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error .tpl-block-error { display: block; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-value { display: flex; margin-bottom: 20px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-form .tpl-block-input.tpl-field-quantity .tpl-value INPUT { position: relative; border-radius: 0; text-align: center; z-index: 2; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button { position: relative; width: 62px; min-width: 62px; height: 60px; border: 1px solid #ccc; border-radius: 2px; transition: all .1s ease; box-sizing: border-box; background: #fff 50% 50% no-repeat; outline: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):hover { border-color: #999; z-index: 3; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):active { border-color: #999; z-index: 3; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease { left: 0; margin-right: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_minus.png"); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_minus_disabled.png"); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button.tpl-link-increase { right: 0; margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_plus.png"); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button.tpl-link-increase.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_plus_disabled.png"); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button { position: relative; font-weight: bold; font-size: 18px; line-height: 22px; color: #fff; background: #01aff2; border: none; border-radius: 2px; min-height: fit-content; cursor: pointer; transition: all .1s ease; min-width: fit-content; box-sizing: border-box; outline: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button.tpl-layout-background-dark { color: #fff; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button.tpl-layout-background-bright { color: #000; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button.tpl-layout-background-transparent { border: 2px solid #fff; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button { width: 100%; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button:not([disabled="disabled"]):hover, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button:not([disabled="disabled"]):focus { opacity: 0.8; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button:not([disabled="disabled"]):active { opacity: 0.8; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button-content { display: inline-flex; width: 100%; align-items: flex-start; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button .tpl-block-button-title { flex-grow: 2; text-align: center; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button-title.tpl-field-item-price { white-space: nowrap; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button .tpl-block-button-divider { width: 1px; min-width: 1px; position: absolute; top: 10px; bottom: 10px; background: rgba(255, 255, 255, 0.25); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button::-moz-focus-inner { padding: 0; border: 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup { z-index: 500; position: fixed; left: 0; right: 0; top: 0; bottom: 0; min-width: 100%; max-width: 100%; border: none; overflow-y: auto; background: rgba(0, 0, 0, 0.5); text-align: center; width: 100%; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-background { position: fixed; left: 0; right: 40px; bottom: 0; top: 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container { position: relative; display: inline-block; text-align: left; padding: 35px 90px 60px; margin: 20px 0; min-width: 250px; max-width: 1060px; background: #fff; border-radius: 2px; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 560px) {
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container { margin: 0; }
}
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container .tpl-block-popup-close-button { width: 50px; height: 50px; border-radius: 25px; background: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_close.png") 50% 50% no-repeat; border: 1px solid #e5e5e5; transition: all .1s ease; position: absolute; top: 15px; right: 15px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container .tpl-block-popup-close-button:hover { border-color: #999; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container .tpl-block-popup-close-button:active { border-color: #999; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-body { font-size: 18px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-body P { margin: 0; padding: 0 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-message .tpl-block-popup-body { margin: 35px 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-message .tpl-block-popup-icon { width: 50px; height: 50px; background-size: 50px; background-repeat: no-repeat; margin: 20px 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-message.tpl-state-success .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_success.svg'); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-message.tpl-state-error .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_error.svg'); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-form .tpl-block-popup-container { padding-top: 40px; }
@media (min-width: 1031px) {
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup .tpl-block-fields:first-child { margin-top: 40px; }
}
@media (max-width: 1030px) {
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-form .tpl-block-popup-container { max-width: 520px; padding-top: 55px; padding-left: 0; padding-right: 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-body { margin: 15px 60px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns { display: block; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns .tpl-block-divider { height: 50px; background: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns .tpl-block-image img { margin-top: 0; max-width: 100%; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container .tpl-block-form { margin: 0 auto; text-align: center; }
}
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-state-animated { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-animation-fade-in-down { -webkit-animation-name: tpl-animation-fade-in-down; animation-name: tpl-animation-fade-in-down; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-subdivisions .search-result-title { margin-top: 30px; margin-bottom: 10px; text-align: left; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-subdivisions .search-no-result { text-align: left; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-subdivisions .search-result-item { display: flex; align-items: flex-start; flex-direction: column; justify-items: flex-start; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-subdivisions .search-result-item .item-body { padding-top: 0.5rem; font-style: italic; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-subdivisions .search-item .tpl-text-alt { opacity: 0.5; }
