<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid;border-color:#ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block !important;height:100%;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff;background:#337ab7}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type='radio'],.bootstrap-switch input[type='checkbox']{position:absolute !important;top:0;left:0;opacity:0;filter:alpha(opacity=0);z-index:-1}.bootstrap-switch input[type='radio'].form-control,.bootstrap-switch input[type='checkbox'].form-control{height:auto}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.3333333}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-readonly,.bootstrap-switch.bootstrap-switch-indeterminate{cursor:default !important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label{opacity:.5;filter:alpha(opacity=50);cursor:default !important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{-webkit-transition:margin-left .5s;-o-transition:margin-left .5s;transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}.dd{position:relative;display:block;margin:0;padding:0;list-style:none;font-size:13px;line-height:20px}.dd-list{display:block;position:relative;margin:0;padding:0;list-style:none}.dd-list .dd-list{padding-left:30px}.dd-collapsed .dd-list{display:none}.dd-item,.dd-empty,.dd-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;font-size:13px;line-height:20px}.dd-handle{display:block;margin:5px 0;padding:5px 10px;color:#333;text-decoration:none;border:1px solid #e7eaec;background:#f5f5f5;-webkit-border-radius:3px;border-radius:3px;box-sizing:border-box;-moz-box-sizing:border-box}.dd-handle span{font-weight:bold}.dd-handle:hover{background:#f0f0f0;cursor:pointer;font-weight:bold}.dd-item&gt;button{display:block;position:relative;cursor:pointer;float:left;width:25px;height:20px;margin:5px 0;padding:0;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;background:transparent;font-size:12px;line-height:1;text-align:center;font-weight:bold}.dd-item&gt;button:before{content:'+';display:block;position:absolute;width:100%;text-align:center;text-indent:0}.dd-item&gt;button[data-action="collapse"]:before{content:'-'}.dd-item&gt;button{font-family:FontAwesome;height:34px;width:33px;color:#c1c1c1}.dd-item&gt;button:before{content:"\f054"}.dd-item&gt;button[data-action="collapse"]:before{content:"\f078"}.dd-placeholder,.dd-empty{margin:5px 0;padding:0;min-height:30px;background:#f2fbff;border:1px dashed #b6bcbf;box-sizing:border-box;-moz-box-sizing:border-box}.dd-empty{border:1px dashed #bbb;min-height:100px;background-color:#e5e5e5;background-image:-webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff),-webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);background-image:-moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff),-moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);background-image:linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff),linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);background-size:60px 60px;background-position:0 0,30px 30px}.dd-dragel{position:absolute;z-index:9999;pointer-events:none}.dd-dragel&gt;.dd-item .dd-handle{margin-top:0}.dd-dragel .dd-handle{-webkit-box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1);box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1)}.nestable-lists{display:block;clear:both;padding:30px 0;width:100%;border:0;border-top:2px solid #ddd;border-bottom:2px solid #ddd}#nestable-menu{padding:0;margin:10px 0 20px 0}.dd-handle{color:inherit;border:1px dashed #e7eaec;background:#f3f3f4;padding:10px}.dd-handle span.label{margin-right:10px}@media (max-width:992px){.col-md-h-nopadding{padding-left:0;padding-right:0}}@media (max-width:992px){.form-group[class*="col-"]{padding-left:0;padding-right:0}}input[numberOnly]{ime-mode:disabled}.table th{text-align:center}.table th,.table td{vertical-align:middle}.preview-attach{display:table;margin-bottom:20px}.preview-attach .thumbnail{display:table-cell;margin:0}.preview-attach .btn-groups{display:table-cell;vertical-align:bottom;padding-left:15px}.nav-tab-content{padding:15px;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd}.form-control.input-sm+.chosen-container,.form-control.input-sm+.chosen-container .chosen-choices{min-height:30px}.chosen-container-multi .chosen-choices{background-image:none}.input-group-btn select{border-color:#ccc;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.banner-manage-extra-fields tbody tr .add-field{display:none}.banner-manage-extra-fields tbody tr:last-child .add-field{display:inline-block}.crm-summary{margin-bottom:15px}.crm-summary .member-summary .widget-user-username,.crm-summary .member-summary .widget-user-desc{margin-left:5px}.crm-summary .description-header{display:block;font-size:14px}.crm-summary .description-text{font-size:12px}.designer-form .status-message{display:none}.user-panel&gt;.image{width:45px;height:45px}.board-messages&gt;.table{margin:0}.board-controls{padding:5px}.board-controls.with-border{border-bottom:1px solid #f4f4f4}.board-read-info{border-bottom:1px solid #f4f4f4;padding:10px}.board-read-info h3{font-size:20px;margin:0}.board-read-info h5{margin:0;padding:5px 0 0 0}.board-read-time{color:#999;font-size:13px}.board-read-message{padding:10px}.board-read-message img{max-width:100%}.board-attachments li{float:left;width:200px;border:1px solid #eee;margin-bottom:10px;margin-right:10px}.board-attachment-name{font-weight:bold;color:#666}.board-attachment-icon,.board-attachment-info,.board-attachment-size{display:block}.board-attachment-info{padding:10px;background:#f4f4f4}.board-attachment-size{color:#999;font-size:12px}.board-attachment-icon{text-align:center;font-size:65px;color:#666;padding:20px 10px}.board-attachment-icon.has-img{padding:0}.board-attachment-icon.has-img&gt;img{max-width:100%;height:auto}.table.goodses thead{border-bottom:2px solid #f4f4f4}.table.goodses thead th{border-bottom-width:0}.table.goodses th,.table.goodses td{vertical-align:middle}.goods-color-palettes{padding-bottom:20px}.goods-color-palettes&gt;label{display:inline-block;width:38px;height:34px}.goods-color-palettes&gt;label input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.goods-color-palettes&gt;label input[type=checkbox]:checked+i{display:inline-block}.goods-color-palettes&gt;label i{display:none;font-size:1.6em;background-color:#ffffff;background-color:rgba(255,255,255,0.5)}.manage-option-form tbody tr .add-option,.multi-discount-form tbody tr .add-option,.delivery-form tbody tr .add-option{display:none}.manage-option-form tbody tr:last-child .add-option,.multi-discount-form tbody tr:last-child .add-option,.delivery-form tbody tr:last-child .add-option{display:inline-block}.display-form .goods-image{width:40px}.display-form .display-top-goods td,.display-form .display-goods td{vertical-align:middle}.display-form .table-responsive{max-height:600px;margin-bottom:15px}.display-form .none-contents{display:none}.display-form .none-contents:first-child{display:table-row}.fabric-type ul.list-inline li{vertical-align:top}.pre-price{display:inline-block;font-size:10px;color:#777;text-decoration:line-through;margin-right:5px}.display-order-carts .table-responsive{max-height:600px}.display-order-carts .table-responsive td{vertical-align:middle}.display-order-carts .none-contents{display:none}.display-order-carts .none-contents:first-child{display:table-row}.display-order-carts .goods-image{width:40px}.dl-horizontal.order-options{margin-bottom:0}@media (min-width:768px){.dl-horizontal.order-options dt{width:100px}.dl-horizontal.order-options dd{margin-left:120px}}.dl-horizontal.order-prices{margin-bottom:0}@media (min-width:768px){.dl-horizontal.order-prices dt{width:100px}.dl-horizontal.order-prices dd{margin-left:120px}}.dl-horizontal.sum-prices{display:inline-block;margin-bottom:0}@media (min-width:768px){.dl-horizontal.sum-prices dd{vertical-align:middle;margin-bottom:8px}}.tab-order-carts.overlay-wrapper{position:relative}</pre></body></html>