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 |

Caltric Drive Chain Compatible with Honda Cm450 Cm451A Hondamatic 450 1982 1983
Invicta Women's Watch Pro Diver Quartz MOP Dial Two Tone Bracelet Dive 33264
HP 933 3-pack Cyan/Magenta/Yellow Original Ink Cartridges, Per cartridge: ~330
Invicta Men's Watch Specialty Quartz Gold Tone Dial Yellow Gold Bracelet 30535
Netgear Ethernet Switch (GS324100NAS)
Invicta Women's CZ Watch Angel Swiss Quartz Silver Dial Rose Gold Steel 40230
HP 138A Black Standard Yield Toner Cartridge (W1380A)
HP USB-C G5 Essential Dock + HP Universal USB-C Multiport Hub Bundle
Invicta Men's Watch Bolt Automatic Black and Gold Dial YG Steel Bracelet 34708
[2+2 Pack] Galaxy S23 Ultra Screen Protector, 9H Tempered Glass, Ultrasonic Fingerprint Support, 3D Curved, HD Clear Scratch Resistant for S23 Ultra
HP 712 Black Standard Yield Ink Cartridge (3ED70A)
Caltric O-Ring Drive Chain Compatible with Yamaha Yzf6 Yzf600R Yzf-600R Yzf600Rc 600Rc 1995-2007 Blue
Invicta Men's 6546 Subaqua Quartz Chronograph Black Dial Watch
HP DisplayPort to VGA Adapter 2408595
Invicta Men's Watch Pro Diver Automatic Black Dial Stainless Steel Bracelet 9403
Invicta Men's 44251 Specialty Quartz Chronograph Silver Dial Watch
HP USB-C G5 Essential Dock
HPE LTO-8 Ultrium 30TB WORM Data Cartridge
Invicta Men's Watch Akula Quartz Silver Dial Stainless Steel Bracelet 34729
Lenovo 16GB TruDDR4 Memory Module
HP 134x Black High Yield Toner Cartridge (W1340X)
Invicta 24212 Men's 'Speedway' Quartz Chronograph Stainless Steel Casual Watch
HP 82 Cyan Ink Cartridge 69ml (C4911A) 491124
Invicta Women's Angel Collection Stainless Steel Watch 0462
Caltric O-Ring Drive Chain Compatible with Kawasaki Vn800 Vn-800 Vulcan 800 Classic 1996-2005 Golden
HP 22 Color Combination Ink Cartridge Standard (C9352AN#140) 603401
Invicta Men's Pro Diver Collection Automatic Silver-Tone Watch 9404
Invicta Women's Angel 0464 Quartz Chronograph Rose Gold Dial Watch 
















There are no reviews yet.