body {
font-family: Akkurat-Regular, Helvetica, Arial, sans-serif;
color: #3e3c3c;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
@-moz-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
@-webkit-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
@-ms-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
@-o-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
body {
font-family: Akkurat-Regular, Helvetica, Arial, sans-serif;
}
#mainWrap {
font-family: Akkurat-Regular, Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 28px;
position: relative;
width: 100%;
overflow: hidden;
}
#mainWrap p {
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 28px;
}
.mainWrap-wrapper {
padding: 20px 40px;
padding-bottom: 30px;
}
#mainWrap #product–description table {
border-collapse: collapse;
margin-top: 30px;
}
#mainWrap #product–description table tr:nth-child(even) td {
background-color:#f3f4f4;
}
#mainWrap #product–description table td{
font-size: 13px;
color: #3e3c3c;
padding: 8px 15px;
}
#mainWrap .header {
text-align: center;
border-bottom: 1px solid #ebf2f2;
padding: 17px 0px;
padding-bottom: 15px;
margin-bottom: 10px;
}
#mainWrap .product–gallery–images img {
opacity: 0.5;
cursor: pointer;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#mainWrap .product–gallery–images img:hover, #mainWrap .product–gallery–images img.active{
opacity: 1;
}
#mainWrap #product–gallery–featured-img {
margin: 0px auto;
}
#mainWrap #product–gallery–featured-img.hide {
opacity: 0;
-webkit-animation: fadeout 0s;
-moz-animation: fadeout 0s;
-ms-animation: fadeout 0s;
-o-animation: fadeout 0s;
animation: fadeout 0s;
}
#mainWrap #product–gallery–featured-img.show {
opacity: 1;
-webkit-animation: fadein 1s;
-moz-animation: fadein 1s;
-ms-animation: fadein 1s;
-o-animation: fadein 1s;
animation: fadein 1s;
}
#mainWrap .bravo ul{
margin: 0px;
padding: 0px;
}
#mainWrap .bravo ul li{
list-style-type: none;
padding: 10px;
}
#mainWrap .bravo.wide {
display: none;
overflow-x: auto;
}
#mainWrap .bravo.wide ul {
text-align: center;
display: inline-block;
margin: 0px;
padding: 0px;
width: 100%;
}
#mainWrap .bravo.wide ul li {
padding: 10px 20px;
}
#mainWrap .bravo.wide ul, #mainWrap .bravo.wide ul li{
display: inline-block;
text-align: center;
}
#mainWrap .gal-img {
width: 100%;
max-width: 370px;
display: inline-block;
margin: 0px auto;
text-align: center;
}
#mainWrap .gal-img img{
display: none;
max-width: 370px;
margin:0 auto;
transition: opacity 350ms;
}
#mainWrap .gal-img img:target{opacity:1; display: block;}
#mainWrap .gal-img img:target ~ img#default{opacity:0; display: none;}
#mainWrap .gal-img img#default{opacity:1; display: block;}
#mainWrap .alpha {
float: right;
}
#mainWrap .bravo {
float: left;
margin-top: 50px;
margin-right: 30px;
}
#mainWrap h1.vendor {
font-size: 22px;
line-height: 30px;
margin: 0px;
margin-bottom: 7px;
font-weight: 400;
}
#mainWrap h2.title{
font-size: 13px;
margin: 0px;
margin-bottom: 10px;
line-height: 19.5px;
font-weight: 300;
}
#mainWrap #product–order–guarantee{
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight: normal;
line-height: 19px;
margin-top: 26px;
padding: 10px 0px;
text-align: center;
width: 100%;
border: 1px solid #cecece;
border-left: none;
border-right: none;
}
#mainWrap #product–order–guarantee li {
font-size: 11px;
line-height: 18px;
margin: 20px 0px;
text-transform: uppercase;
color: #2e323e;
letter-spacing: 1px;
text-align: center;
list-style-type: none;
display: block;
font-weight: 300;
}
#mainWrap .product-right {
float: right;
width: 30%;
margin-top: 130px;
}
#mainWrap .product-left {
width: 70%;
float: left;
}
#mainWrap .product-left-wrap{
padding-right: 60px;
}
#mainWrap .clear {
display: block;
clear: both;
}
#mainWrap .button {
background: #e95a32;
font-size: 11px;
color: #FFF;
transition: all 0.25s ease;
padding: 15px 10px;
margin: 12px 0px;
letter-spacing: 2px;
display: block;
clear: both;
text-decoration: none;
text-align: center;
text-transform: uppercase;
margin-top: 20px;
}
#mainWrap .button:hover {
color: #fff;
background: #2f333f;
}
#mainWrap #product–gallery{
border-bottom: 1px solid #ebf2f2;
padding-bottom: 20px;
margin-bottom: 40px;
}
#mainWrap #product-info-hold{
display: none;
}
#mainWrap #product–order {
position: relative;
width: 100%;
}
#mainWrap #product–order–block.fixed {
position: absolute;
width: 100%;
}
#mainWrap #product–order–block.absolute {
position: absolute;
bottom: 50px;
width: 100%;
}
#mainFooter{ border-top:1px #CCC solid;}
#mainFooter a{
color: #fff;
text-decoration: none;
font-size: 15px;
line-height: 24px;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
background-color:#000;
text-align: center;
width: 100%;
display: block;
clear: both;
margin-top: 30px;
}
#mainFooter a small{
text-decoration: underline;
color: #636671;
font-size: 12px;
line-height: 24px;
display: inline-block;
}
#me_crosspromo_bottom, #me_crosspromo_bottom {
display: none !important;
margin: 0px;
}
.header-menu {
}
.header-menu ul{
margin: 0px;
padding: 0px;
text-align: center;
}
.header-menu ul li{
display: inline-block;
list-style-type: none;
padding: 5px 20px;
padding-top: 10px;
font-weight: 300;
}
.header-menu ul li a{
text-decoration: none;
color: #5f5f5f;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}
.header-menu ul li a:hover {
color: #2f333f;
}
#site_alert {
text-align: center;
line-height: 24px;
width: 100%;
background: #eee;
color: #3e3c3c;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
}
#me_crosspromo_top, #me_crosspromo_bottom {
margin: 0px !important;
}
@media (max-width: 750px) {
#mainWrap .mainWrap-wrapper{
padding: 20px 25px;
}
#mainWrap .product-left {
width: 100%;
}
#mainWrap .product-left-wrap{
padding-right: 0px;
}
#mainWrap .product-right {
display: none;
}
#mainWrap .bravo.wide {
width: 100%;
display: block;
}
#mainWrap .bravo.narrow {
display: none;
}
.side-drawer-thumbs {
width: 0px !important;
padding: 0px !important;
}
#mainWrap. #product-info-hold{
display: block;
margin-bottom: 20px;
}
#mainWrap ul li{
padding: 5px 10px;
}
#product–description {
width: 100% !important;
}
#mainWrap .alpha {
float: none;
}
}
@media (max-width: 930px) {
#mainWrap .bravo.wide {
width: 100%;
display: block;
}
#mainWrap .bravo.narrow {
display: none;
}
}
GoPro Zeus Mini Rechargeable LED Light Magnetic 360 Degree Swivel Clip Light with Brightness Between 20 – 200 Lumens – Official GoPro Accessory (ALTSK-002)GoPro Zeus Mini Rechargeable LED Light Magnetic 360 Degree Swivel Clip Light with Brightness Between 20 – 200 Lumens – Official GoPro Accessory (ALTSK-002)
Clip it. Stick it. Light it. Featuring a compact, versatile design, this hands-free LED clips to your hat or pack strap—anywhere you need a little light. It’s also magnetic—so it holds to metal, most appliances and anything under the hood. A strong 360° swivel allows you to choose the angle of illumination. Rechargeable, tough and waterproof, Zeus Mini lets you defy the dark in any conditions.What’s included:Light Diffuser2-Finger AdapterUSB-C CableMounting CableThumb Screw |

HP 82 Cyan Ink Cartridge 69ml (C4911A) 491124
Invicta Men's Watch Pro Diver Black Dial Quartz Chronograph TT Bracelet 1772
Invicta Men's Watch Specialty Quartz Gold Tone Dial Yellow Gold Bracelet 30535
Jellycat Cordy Roy Fox Stuffed Animal, 15 inches
HP Inc. HP 75 (CB337WN) Tri-color Original Ink Cartridge
HP 94 Black Original Ink Cartridge, ~480 pages, C8765WN#140
Caltric O-Ring Drive Chain Compatible with Honda Cb900F Cb-900F 919 2002-2007 Golden
Caltric O-Ring Drive Chain Compatible with Honda Atc185S Atc-185S 185S 1981-1983 Black
Netgear 8-Port PoE/PoE+ Gigabit Ethernet Unmanaged Switch [GS108LP]
HP DisplayPort to VGA Adapter 2408595
HP 712 Black Standard Yield Ink Cartridge (3ED70A)
HP Internal Hard Drive AP858A 300GB 15000 RPM
Invicta Women's Angel Collection Stainless Steel Watch 0462
Seagate Internal Hard Drive ST16000NT001 16TB 7200 RPM 256MB Cache
Invicta Men's 43265 MLB Cincinnati Reds Quartz Red, Silver Dial Watch
HP 933 3-pack Cyan/Magenta/Yellow Original Ink Cartridges, Per cartridge: ~330
Caltric Starter Clutch One Way Bearing Compatible with Honda 28126-Ha7-673 28125-Ha7-673 28125-Ha7-672
Invicta 80333 Men's Pro Diver Multi Function Quartz Black Watch
Invicta Men's Watch Bolt Automatic Black and Gold Dial YG Steel Bracelet 34708
Lenovo 16GB TruDDR4 Memory Module
Invicta Women's Angel 0464 Quartz Chronograph Rose Gold Dial Watch
Invicta 24212 Men's 'Speedway' Quartz Chronograph Stainless Steel Casual Watch
Seagate Spider-Man Special Edition FireCuda External HDD 2TB - USB 3.2 Gen 1, LE
Invicta 16851 Women's Angel Diver Quartz Stainless Steel Bracelet Watch
HP 138A Black Standard Yield Toner Cartridge (W1380A)
HP Inc. HP 64 Black and Tri-color High Yield Original Ink Cartridges X4D92AN
Invicta Women's CZ Watch Angel Swiss Quartz Silver Dial Rose Gold Steel 40230
Invicta Men's 44251 Specialty Quartz Chronograph Silver Dial Watch
Invicta Men's Watch Akula Quartz Silver Dial Stainless Steel Bracelet 34729
Invicta Women's 36934 NFL Chicago Bears Quartz 3 Hand Watch
Invicta Men's 38013 S1 Rally Quartz Multifunction Silver, Red Dial Watch 
















There are no reviews yet.