Description: /* Template: Default Description: The Default Templkate in which the other templates spawn from. Version: 1.0 */ html, body { margin: 0; padding: 0; } .wpl_wrapper { display: flex; flex-direction: column; } .wpl_wrapper .wpl-header img { width: 100%; min-height: 164px; object-fit: cover; } .wpl_wrapper .wpl-content-wrapper { display: flex; flex-direction: row; } .wpl_wrapper .wpl-content-wrapper .wpl-leftSide-menu { margin: 20px; flex-basis: 30%; min-width: 250px; } .wpl_wrapper .wpl-content-wrapper .wpl-product-wrapper { padding: 20px 5px;flex-basis: calc(100% - 352px); display: flex; flex-direction: row; } .wpl_wrapper .wpl-content-wrapper .wpl-product-wrapper .wpl-product-image { flex-basis: auto; } .wpl_wrapper .wpl-content-wrapper .wpl-product-wrapper .wpl-product-image #wpl_main_image { border: 10px solid #3a3a3a; padding: 5px; margin-bottom: 10px; } .wpl_wrapper .wpl-content-wrapper .wpl-product-wrapper .wpl-product-image #wpl_main_image img { max-width: 100%; max-height: 400px; height: auto; object-fit: cover; } .wpl_wrapper .wpl-content-wrapper .wpl-product-wrapper .wpl-product-image #wpl_list_images { display: flex; flex-direction: row; } .wpl_wrapper .wpl-content-wrapper .wpl-product-wrapper .wpl-product-image #wpl_list_images a { flex: 1; margin-right: 10px; } .wpl_wrapper .wpl-content-wrapper .wpl-product-wrapper .wpl-product-image#wpl_list_images a img { max-width: 70px; width: 100%; height: auto; cursor: pointer; } .wpl_wrapper .wpl-content-wrapper .wpl-product-wrapper .wpl-product-description { flex-basis: 40%; min-width: 350px; } .wpl_wrapper .wpl-content-wrapper .wpl-product-wrapper .wpl-product-description h2 { padding-top: 0; margin-top: 0; font-size: 16px; } .wpl_wrapper .padding-left-20 { padding-left: 20px; } .wpl_wrapper .wpl-menu { min-height: 60px; background: #3a3a3a; } .wpl_wrapper .wpl-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: row; } .wpl_wrapper .wpl-menu ul li{ margin: 0; padding: 0; } .wpl_wrapper .wpl-menu ul li a { color: #ffffff; text-decoration: none; font-family: "Open Sans", sans-serif; font-size: 13px; display: block; line-height: 60px; min-height: 60px; padding-left: 5px; padding-right: 5px; } .wpl_wrapper .wpl-menu ul li ul { display: none; flex-direction: column; } .wpl_wrapper .wpl-menu ul li:hover a { background: #3f3f3f; } .wpl_wrapper .wpl-menu ul li:hover ul { display: flex; position: absolute; min-width: 200px; background: #3a3a3a; } .wpl_wrapper .wpl-menu ul li:hover ul li a { background: #3a3a3a; min-height: 45px; line-height: 45px;padding-left: 10px; } .wpl_wrapper .wpl-menu ul li:hover ul li:hover a { background: #3f3f3f; } .wpl_wrapper .categories-menu { border: 1px solid #d4d4d4; border-bottom: none; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; background: #ffffff; } .wpl_wrapper .categories-menu .cat-title { background: #212121; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 60px; line-height: 60px; } .wpl_wrapper .categories-menu .cat-title .cat-title-text { color: #FFFFFF; font-size: 16px !important; } .wpl_wrapper .categories-menu .cat-title img {width: 45px; height: 45px; object-fit: cover; vertical-align: middle; margin: 10px; } .wpl_wrapper .categories-menu .cat-title span { font-size: 28px; font-weight: bold; color: #FFFFFF; } .wpl_wrapper .categories-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; } .wpl_wrapper .categories-menu ul li { margin: 0; padding: 0; display: block; } .wpl_wrapper .categories-menu ul li a { display: block; border-bottom: 1px solid #d4d4d4; font-weight: bold; font-size: 14px; height: 45px; line-height: 45px; color: #000000; text-decoration: none; cursor: pointer; } .wpl_wrapper .categories-menu ul li a img { width: 45px; height: 45px; object-fit: cover; vertical-align: middle; margin-left: 10px; } /* Defines the general look of the overall container for information below the title image. */ .wpl_wrapper .item-box { -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; margin-bottom: 10px; border: 1px solid #d4d4d4; } /* Defines the look of the Item title and surrounding container for the General Item subtitles. */ .wpl_wrapper .item-box .item-box-title { background: #212121; height: 60px; line-height: 60px; text-align: center; color: #FFFFFF; font-weight: bold; font-size: 28px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; } /* Defines the look of the Item title and surrounding container for the Descriptive Item title. */ .wpl_wrapper .item-box .item-box-title2 { background: #212121; height: auto; line-height: 60px; text-align: center; color: #FFFFFF; font-weight: bold; font-size: 30px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; } /* Defines a section of blank space around the item-box. */ .wpl_wrapper .item-box .item-box-content { padding: 5px 15px; } .wpl-tab { display: flex; flex-direction: row; } .wpl-tab .wpl-tab-item { display: flex; flex-direction: column; } /* Defines the look of the Tabs when they are not active. */ .wpl-tab .wpl-tab-item .wpl-tab-title { display: block;-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; background: #000000; color: #FFFFFF; font-size: 16px; font-weight: bold; text-align: center; padding: 7px 25px; margin-right: 2px; cursor: pointer; } /* Defines the background color fo the current active tab as a lighter gray. */ .wpl-tab .wpl-tab-item.active .wpl-tab-title { background: #555; } /* Defines the size of the default radial button as invisible and hides them away. */ .wpl-form input[type=radio] { visibility: hidden; height: 1px; width: 1px; position: absolute; } /* Defines the default tab content as blank before an active tab is chosen. */ .wpl-tab-content { display: none; position: relative; left: 0; } /* Checks which tab has been selected as active and makes the content associated with it appear. */ #shipping:checked ~ .wpl-tab-content.shipping, #terms:checked ~ .wpl-tab-content.terms, #payments:checked ~ .wpl-tab-content.payments, #fees:checked ~ .wpl-tab-content.fees, #about:checked ~ .wpl-tab-content.about { display: block; padding: 10px; } /*# sourceMappingURL=style.css.map */ [[header-menu]] SOPHOS SG SERIES SECURITY FIREWALL APPLIANCE - SG 125 REV. 1 Item Description The following prewritten statements have been provided. Please keep the ones that are accurate and erase the rest as needed before deleting this statement as well. This Unit has been fully tested and loaded with RAM and Hard Drives. This Unit is sold as it is shown on the pictures. This Unit does not come with any cables, accessories, disks, or instructional booklets. This Unit was minor wear but has been tested without issue to power on and boot. This Unit has been tested as not working and is being sold as is for parts. Specifications Brand: SOPHOS Model: SG SERIES Part Number: SG 125 Part Number 2: REV. 1 Type: SECURITY FIREWALL APPLIANCE Shipping Returns & Refunds Payments Fees About Us FOR EXPEDITED SHIPPING PLEASE CONTACT US FIRST BEFORE PAYMENT SO THAT WE MAY FULFILL OUR OBLIGATION IN THE AGREED MANNER Packaging: All items will be safely and securely packaged to ensure the buyer does not receive any damaged merchandise. Any electronic boards will be properly packaged with anti-static bags or anti-static bubble wrap. Delivery time: All items will be shipped within a maximum of 48 hours. All items must be returned in the same condition of which they were originally shipped. Please send us a message if you need to return an item. We accept the following payment methods: Paypal Credit Card fees --> about --> to the public,public. E-Check (will not ship, until payment has cleared) Please contact us if you have any questions. There are no fees other than fees other than Shipping fees (if applicable). Please contact us if you have any questions. Specialization: We specialize in the re-institution of business / enterprise class hardware as well as the re-insitution and testing of consumer grade products to the Testing Procedures Computers: We load our refurbished systems with custom Windowsoperating system software and all components are stress tested using utilities like Prime95, Hard Disk Sentinel, and more. After installation of the Windows operating system, each computer is performance tuned and the startup is optimized to ensure system integrity under high levels of stress. Network Gear: Our used / refurbished network equipment is port and power on tested. When working with Cisco gear we make sure all gear is factory reset and loaded with the most recent and stable IOS Files according to hardware specifics. Consumer Electronics: We perform a power and connectivity test as well as a preliminary inspection to make sure that no harmful (beyond cosmetic) damage has occured that could impact the use and purpose of the product. Hours Of Operation: Our hours of operation are from 9am-5pm Monday through Friday. These hours are subject to change due to Holidays.
Price: 250 USD
Location: Plano, Texas
End Time: 2024-10-22T18:38:10.000Z
Shipping Cost: N/A USD
Product Images
Item Specifics
Restocking Fee: No
Return shipping will be paid by: Seller
All returns accepted: Returns Accepted
Item must be returned within: 60 Days
Refund will be given as: Money back or replacement (buyer's choice)
Return policy details:
Model: SG SERIES
Number of Devices: 1
Minimum RAM: 4 GB
License Category: Standard
Format: Subscription
Type: Firewall
MPN: SG 125
For Operating Systems: Linux, Windows
Language: English
Brand: Sophos
Minimum Hard Drive Space: 500 MB