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 712 Black Standard Yield Ink Cartridge (3ED70A)
Invicta Women's Angel Collection Stainless Steel Watch 0462
Invicta Men's 44251 Specialty Quartz Chronograph Silver Dial Watch
Caltric O-Ring Drive Chain Compatible with Bombardier Canam 650 Ds650 Ds650X Ds-650 2004-2007 Red
Invicta Men's Watch Akula Quartz Silver Dial Stainless Steel Bracelet 34729
HP 22 Color Combination Ink Cartridge Standard (C9352AN#140) 603401
Invicta Men's 43265 MLB Cincinnati Reds Quartz Red, Silver Dial Watch
HP 94 Black Original Ink Cartridge, ~480 pages, C8765WN#140
1-1/2" Diameter Heavy Duty Felt Pads - 24 Pcs (4 Pcs/Pad)
HPE LTO-8 Ultrium 30TB WORM Data Cartridge
Invicta Women's Watch Pro Diver Quartz MOP Dial Two Tone Bracelet Dive 33264
Seagate Internal Hard Drive ST16000NT001 16TB 7200 RPM 256MB Cache
Invicta 80333 Men's Pro Diver Multi Function Quartz Black Watch
Invicta Men's 6546 Subaqua Quartz Chronograph Black Dial Watch
Caltric O-Ring Drive Chain Compatible with Yamaha Fz6 Fz-6 2004-2008 Golden
Invicta Women's Angel 0464 Quartz Chronograph Rose Gold Dial Watch
0.465972222 Big Mouth Dental Chart Business, Credit & ID Card Holder
HP 934XL Black High-Yield & 935 Cyan Magenta Yellow Ink Cartridges 1981033
HP Inc. C6602A Ink Cartridge Black
HP USB-C G5 Essential Dock
[2+2 Pack] Galaxy S23 Ultra Screen Protector, 9H Tempered Glass, Ultrasonic Fingerprint Support, 3D Curved, HD Clear Scratch Resistant for S23 Ultra
Dixit Disney Edition Storytelling Board Game - Fun Family Game Night, Creative Play for Ages 8+, 3-6 Players, 30 Minute Playtime by Libellud
HP Internal Hard Drive AP858A 300GB 15000 RPM
HP 933 3-pack Cyan/Magenta/Yellow Original Ink Cartridges, Per cartridge: ~330
Lenovo 16GB TruDDR4 Memory Module
Caltric Drive Chain Compatible with Yamaha 600 Fzr600 Fzr-600 Fzr600R 1989-1999
Caltric Drive Chain Compatible with Honda Cr60 Cr60R Cr-60R 1983 1984 
















There are no reviews yet.