Latest Products
SANSUI Monitor 27 Inch IPS 100Hz Computer Monitor, USB-C FHD HDR Built-in Speakers HDMI DP RTS/FPS Tilt Adjustable VESA Compatible, for Game and…
$147.60 Original price was: $147.60.$110.00Current price is: $110.00.KTC 27 Inch QHD(2560 * 1440) 100Hz Computer Monitor – IPS Panel, Anti-Blue Light Screen, 100% High Color Gamut, 123% sRGB, Support FreeSync and…
$154.00 Original price was: $154.00.$121.00Current price is: $121.00.LG 27US500-W Ultrafine Monitor 27-Inch 4K UHD (3840×2160) HDR10 IPS Borderless Design Reader Mode Flicker Safe Switch App HDMI DisplayPort – White
$275.00 Original price was: $275.00.$198.00Current price is: $198.00.
.font-marketsans body {
font-family: “Market Sans”, Arial, sans-serif;
}
* {
font-family: helvetica, sans-serif, arial; } .brand { width: 100%; } .brand #brand { width: 100%; } .banner { width: 100%; } .banner #banner { width: 100%; } .features { width: 100%; display: flex; justify-content: space-between; } .features .featuresPic { width: 30%; } .features .featuresPic #featuresPic { width: 100%; } .features .featuresParaContainer { width: 30%; } .features .featuresParaContainer .featuresTitle { margin: 0; } .features .featuresParaContainer .featuresPara .featuresList { margin: 0; padding: 0; list-style-type: none; } .features .featuresParaContainer .featuresPara .featuresList .featuresListItem { padding: 10px; } .features .specs { max-width: 30%; } .features .specs .specsTitle { margin: 0; } .features .specs .specsListContainer { padding-left: 20px; border-radius: 10px; background-color: #f5f5f5; } .features .specs .specsListContainer .specsList { margin-left: 5px; padding: 0; border-radius: 10px; } .features .specs .specsListContainer .specsList .specsListItem { padding: 10px; } .install { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-around; } .install .installParaContainer .installTitle { margin: 0; } .install .installParaContainer .installListContainer .installList { list-style-type: none; padding: 0; } .install .installParaContainer .installListContainer .installList .installListItem { padding: 10px; } .install .installPic { flex: none; width: 300px; } .install .installPic #installPic { width: 100%; } div.detailsOne { margin: 2em 0; width: 100%; display: flex; justify-content: space-around; } div.detailsOne .detailsItem { width: 30%; padding: 2em; border-radius: 2em; background-color: #ffffff; box-shadow: 0 20px 30px 10px rgb(0, 0, 0, 0.15); transition: background-color 1.5s ease; } div.detailsOne .detailsItem:hover { background-color: #6de4ff; } div.detailsOne .detailsItem .detailsItemPicContainer { width: 100%; } div.detailsOne .detailsItem .detailsItemPicContainer .detailsItemPic { width: 100%; } div.detailsOne .detailsItem .detailsItemPara { width: 100%; } div.detailsTwo { margin-bottom: 2em; width: 100%; display: flex; justify-content: space-around; } div.detailsTwo .detailsItem { width: 30%; padding: 2em; border-radius: 2em; background-color: #ffffff; box-shadow: 0 20px 30px 10px rgb(0, 0, 0, 0.15); transition: background-color 1.5s ease; } div.detailsTwo .detailsItem:hover { background-color: #6de4ff; } div.detailsTwo .detailsItem .detailsItemPicContainer { width: 100%; } div.detailsTwo .detailsItem .detailsItemPicContainer .detailsItemPic { width: 100%; } div.detailsTwo .detailsItem .detailsItemPara { width: 100%; } .compatible { width: 100%; } .compatible .compatibleTitle { margin: 0; } .compatible .compatibleList { padding: 0; margin-top: 5px; list-style-type: none; } .compatible .compatibleList .compatibleListItem { padding: 4px; } .package { width: 100%; } .package .packageTitle { margin: 0; } .package .packageList { padding: 0; margin-top: 5px; list-style-type: none; } .package .packageList .packageListItem { padding: 5px; } .recommend { width: 100%; position: relative; padding-top: 2em; border-top: 1px solid #f1f1f1; } .recommend .recommendPicContainer { width: 100%; } .recommend .recommendPicContainer #recommendPic { width: 100%; } .recommend .recommendParaContainer { width: 12%; height: 10%; position: absolute; display: flex; align-items: center; justify-content: center; top: 68%; left: 5%; background-color: rgba(245, 245, 245, .6); border: 1px solid #000000; box-sizing: border-box; transition: all .2s ease; } .recommend a { text-decoration: none; } .recommend .recommendParaContainer:hover { background-color: #ffffff; cursor: pointer; color: #ffffff; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17), -5px -5px 5px #FFFFFF; } .recommend .recommendParaContainer .recommendParaContent { color: #000000; } .recommendTwo { width: 100%; position: relative; padding-top: 2em; border-top: 1px solid #f1f1f1; } .recommendTwo .recommendPicContainer { width: 100%; } .recommendTwo .recommendPicContainer #recommendPic { width: 100%; } .recommendTwo .recommendParaContainer { width: 12%; height: 10%; position: absolute; display: flex; align-items: center; justify-content: center; border-radius: 3em; top: 72%; left: 5%; background: #3cadff; background: -moz-linear-gradient(top, rgba(60, 173, 255, 1) 0%, rgba(10, 38, 45, 1) 100%); background: -webkit-linear-gradient(top, rgba(60, 173, 255, 1) 0%, rgba(10, 38, 45, 1) 100%); background: linear-gradient(to bottom, rgba(60, 173, 255, 1) 0%, rgba(10, 38, 45, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=’#3cadff’, endColorstr=’#0a262d’, GradientType=0); box-sizing: border-box; transition: all .2s ease; } .recommendTwo a { text-decoration: none; } .recommendTwo .recommendParaContainer:hover { background-color: #ffffff; cursor: pointer; color: #ffffff; } .recommendTwo .recommendParaContainer .recommendParaContent { color: #ffffff; } @media (max-width: 600px) { .features { flex-wrap: wrap; } .features .specs { max-width: 100%; } .features .featuresItem { flex: none; width: 100%; } div.detailsOne { flex-wrap: wrap; } div.detailsOne .detailsItem { flex: none; width: 80%; margin-left: auto; margin-right: auto; } div.detailsOne .detailsItem:nth-child(1) { margin-bottom: 2em; } div.detailsTwo { flex-wrap: wrap; } div.detailsTwo .detailsItem { flex: none; width: 80%; margin-left: auto; margin-right: auto; } div.detailsTwo .detailsItem:nth-child(1) { margin-bottom: 2em; } .recommend .recommendParaContainer .recommendParaContent { font-size: 5px; } .recommendTwo .recommendParaContainer .recommendParaContent { font-size: 5px; } } Mens Backpack Tactical Sling Shoulder Bag Molle Travel Chest Pack Outdoor Hiking
Specifications:
Multi Purpose Used for EDC sling pack, chest bag, hand bag, tactical versi-pack, pouch, first-aid kit, diaper bag and so on. It is very handy and convenient. Great for indoor and outdoor uses including camping, hiking, hunting, sports events, school supplies, tools, etc.
Design Tactical Shoulder Bag is made of sturdy 1000D fabric nylon material, lightweight and water resistant. It is long lasting and hard to be dirty.
Molle System Molle webbing system is ideal for attaching knives, flashlight holster, inter-phone pouch, water bottle bag and other Molle gears. The hook&loop on the front of Molle Sling Backpack is designed for the your own customized patch.
Adjustable The shoulder sling is adjustable in length to fit people in different shapes and sizes, and allows backward arm movement. Two clips on the two sides make it switched between left or right hand side, suiting your body shape. Package includes:
Shipping Information:
|