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 22 Color Combination Ink Cartridge Standard (C9352AN#140) 603401
Invicta Men's 43265 MLB Cincinnati Reds Quartz Red, Silver Dial Watch
Invicta Men's Pro Diver Collection Automatic Silver-Tone Watch 9404
Caltric Drive Chain Compatible with Suzuki Gsx600F Gsx-600F Katana 600F 1988-1997
Invicta Men's Watch Pro Diver Scuba Chronograph Blue Dial Two Tone Strap 23426
Invicta 80333 Men's Pro Diver Multi Function Quartz Black Watch
Invicta 22022 Gent's Orange Accented Bezel Black Dial Dive Watch
Casio Men Clean Outdoor Quartz Calendar Black Resin Band 46mm Watch MTPE190-9BV
Invicta Men's Watch Bolt Automatic Black and Gold Dial YG Steel Bracelet 34708
HPE LTO-8 Ultrium 30TB WORM Data Cartridge
Invicta Men's Watch Pro Diver Automatic Black Dial Stainless Steel Bracelet 9403
Invicta 38920 Carbon Hawk Chronograph Quartz Purple Dial Men's Watch
Invicta 24212 Men's 'Speedway' Quartz Chronograph Stainless Steel Casual Watch
Invicta Women's 36934 NFL Chicago Bears Quartz 3 Hand Watch
Lenovo 16GB TruDDR4 Memory Module
Invicta Men's 38013 S1 Rally Quartz Multifunction Silver, Red Dial Watch
SRAM S600 Square Taper 175mm 22-32-42 8 speed Black Bottom Bracket Not
Invicta Men's 6546 Subaqua Quartz Chronograph Black Dial Watch
Netgear Ethernet Switch (GS324100NAS)
HP 134x Black High Yield Toner Cartridge (W1340X)
Invicta Men's Watch Akula Quartz Silver Dial Stainless Steel Bracelet 34729
Invicta Men's 44251 Specialty Quartz Chronograph Silver Dial Watch 
















There are no reviews yet.