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 O-Ring Drive Chain Compatible with Harley Davidson Xlh1100 Sportster Xlh-1100 1967-1982 Golden
Invicta Men's 6546 Subaqua Quartz Chronograph Black Dial Watch
Invicta Men's 43265 MLB Cincinnati Reds Quartz Red, Silver Dial Watch
Lenovo 16GB TruDDR4 Memory Module
Dixit Disney Edition Storytelling Board Game - Fun Family Game Night, Creative Play for Ages 8+, 3-6 Players, 30 Minute Playtime by Libellud
HP Wide Format Roll Paper Matte 36" x 300' (C6810A) 810764
Invicta 80333 Men's Pro Diver Multi Function Quartz Black Watch
HP 22 Color Combination Ink Cartridge Standard (C9352AN#140) 603401
HP 134x Black High Yield Toner Cartridge (W1340X)
HP Internal Hard Drive AP858A 300GB 15000 RPM
Netgear 8-Port PoE/PoE+ Gigabit Ethernet Unmanaged Switch [GS108LP]
HP 934XL Black High-Yield & 935 Cyan Magenta Yellow Ink Cartridges 1981033
HP 712 Black Standard Yield Ink Cartridge (3ED70A)
HP 82 Cyan Ink Cartridge 69ml (C4911A) 491124
7Penn 19 Gauge Metal Hardware Cloth 1/2in Mesh - 48in x 100ft Galvanized Chicken Wire Mesh Roll for Fencing and Garden
Seagate Spider-Man Special Edition FireCuda External HDD 2TB - USB 3.2 Gen 1, LE
Invicta Women's Watch Pro Diver Quartz MOP Dial Two Tone Bracelet Dive 33264
Caltric Starter Clutch One Way Bearing Compatible with Honda 28126-Ha7-673 28125-Ha7-673 28125-Ha7-672
HP DisplayPort to VGA Adapter 2408595
HP USB-C G5 Essential Dock + HP Universal USB-C Multiport Hub Bundle
HP Inc. HP 75 (CB337WN) Tri-color Original Ink Cartridge
Invicta Women's Angel Collection Stainless Steel Watch 0462 
















There are no reviews yet.