/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.9.2014, 20:16:33
    Author     : Vaclav Velek
*/

html, body{
    background-color: #141414;
    margin: 0!important;
    padding: 0!important;
    height: 100%;
    	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-stroke: 0 0 0 transparent;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
    color: white;
}
body{
}
body p, body span{
    font-smooth: always;
}
a, a:hover, a:visited{
    color: #98c23b;
}
.fullwidth{
    width: 100%;
}
.nopadding{
    padding-left: 0px;
    padding-right: 0px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    margin-left: auto;
    margin-right: auto;
}
.top-header{
    font-size: 10pt;
    min-height:57px;
    background-color: #1b1b1b;
}
.top-contact{
    font-size: 10pt;
    opacity: 0.6;
    float:left;
    margin-top: 20px;
}
.top-contact a,.top-contact span{
    font-size: 10pt;
    color:white;
}
.cart-right{
    font-size: 10pt;
    color:#98c23b;
}
.cart-right{
    float:right;
    margin-top: 14px;
}
.cart-right a{
    color:white;
    background-color: #5a6f2b;
    padding: 7px;
    float: right;
}
.cart-right span{
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}
.cart-right img{
    float: right;
    margin-top: 7px;
    margin-right: 5px;
}
.top-menu{
    background-color: black;
    margin: 0px 0px 10px 0px;
    min-height: 74px;
    border-bottom: 7px #0f0f0f solid;    
}
.logo{
    margin: 15px 20px;
    cursor: pointer;
}
.navbar-inverse .navbar-nav > li > a{
    color: #98c23b;
    text-transform: uppercase;
    font-size:13px;
}
.bx-caption a{
    background-color: #98c23b;
    color:white;
    text-decoration: none;
    display: block;
    float:right;
    padding:5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30%;
    text-align: center;
}
.bx-caption p{
    margin-top: 10px;
    margin-bottom: 5px;
}
.item2{
    width: 100%;
    margin: 0 0 4% 4%;
    float:left;
    border: 1px #434343 solid;
    padding: 10px;
}
.item3{
    width: 28.5%;
    margin: 0 0 4% 4%;
    float:left;
    border: 1px #434343 solid;
    padding: 10px;
}
.item4{
    width: 21%;
    margin: 1% 3.5% 1% 1%;
    float:left;
}
.item4 img, .item4 span, .item4 div, .item3 img, .item3 span, .item3 div, .item2 img, .item2 span, .item2 div{
    width:100%;
    float: left;
    margin: 0px 0px 5px 0px;
}
.item4 span, .item3 span{
    text-align: center;
    font-size:16px;
    background-image: url("../img/item-border.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 3px;
    display: block;
    min-height: 52px;
}
.item2 span{
    text-align: left;
    font-size:16px;
    padding-bottom: 3px;
    display: block;
}
.item2 span.desc{
    font-size: 14px;
}
.item4 div, .item3 div, .item2 div{
    text-align: left;
    font-size: 16px;
    color: #98c23b;
}
.item4 input, .item3 input, .item2 input{
    text-align: center;
    color:white;
    background-color: #98c23b;
    font-size: 12px;
    text-transform: uppercase;
    float:right;
    border: 0px;
    padding: 6px 10px;
    transition: all 0.4s ease;
}
.item4 input:hover, .item3 input:hover, .item2 input:hover{
   background-color: #5a6f2b;
}
.item3 .item-price, .item4 .item-price, .item2 .item-price{
    margin-top: 5px;
}
.item-price span{
    line-height: 30px;
    text-align: left;
    background: none;
    display: inline;
    padding: inherit;
    float: none;
    font-size: 14px;
}
.item-price p{
    float:left;
    line-height: 29px;
}
.left-menu{
    width: 23%;
    margin-right: 0%;
    float: left;
}
.left-menu,.left-menu span, .left-menu a {
    font-size: 12px;
    line-height: 28px;
    display: block;
}
.left-menu-header{
    background-image: url(../img/left-header-bg.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
    width: 100%;
    line-height: 32px;
    height: 32px;
    font-size:12px;
    font-weight: bold;
    border-radius: 3px;
    padding-left: 13px;
}
.left-menu span, .left-menu a {
    border-bottom: 1px #141414 solid;
    color:white;
    padding-left: 0px;
}
/*    background-color: #212618;
}*/
.left-menu ul{
    list-style-image: url(../img/ul3.png);
    /* list-style-position: inside; */
    background-color: black;
    width: 100%;
    padding-left: 10%;
}
.left-menu ul ul{
    list-style-image: url(../img/ul3.png);
    /* list-style-position: inside; */
    background-color: black;
    width: 90%;
    padding-left: 10%;
}
.left-menu ul ul li{
    padding-left: 0px;
}
.left-menu ul li.current a{
    color: #98c23b;
}
.left-menu ul li.current li a{
    color: #ffffff;
}
.left-menu ul li.pink a{
    color: #E4227B;
}
.right-col{
    width: 75%;
    float:left;
    padding-left: 2%;
}
.product-grid{
    margin-top: 30px;
}
.product-content{
    margin-top: 20px;
}
.product-grid .item4:last-child{
    margin: 1% 0 1% 1%;
}
.similiar-grid .item4:last-child{
    margin: 1% 0 1% 0;
}
.bottom-menu{
    background-color: black;
    margin: 30px 0px 0px 0px;
    min-height: 67px;    
}

.bottom-menu .navbar-inverse .navbar-nav > li > a{
    color: white;
    text-transform: uppercase;
    font-size:13px;
}
.bottom-menu .navbar-inverse .navbar-nav > li > a:hover{
    color: #98c23b;
}
.copyright {height: 45px;text-align: right;color:white;opacity: 0.6;line-height: 45px;}

.bottom-menu .container{
    margin-top: 10px;
}

.category-desc{
    margin: 10px 0;
}


/****************   Product Detail *********************/
.product-detail{
    margin-top: 40px;
}

.right-product-col{
    padding: 2%;
    width:49%;
    margin-left: 1%;
    float:left;
    background-color: black;
}
.left-product-img{    
    width:49%;
    margin-right: 1%;
    float:left;
    background-color: black;
}
.right-product-col h1{
    width:98%;
    border-bottom: 1px white solid;
    padding:0 1% 24px 1%;
    margin-bottom: 24px;
    font-family: arial;
    font-size:28px;
    font-weight: bold;
}
.description{
    padding: 0 1% 1% 1%;
    font-size: 12px;
    width:98%;
    height: 100px;
    overflow: hidden;
}
.full-height{
    height:auto;
}
.description2{
    padding: 20px 1%;
    font-size: 12px;
    width:98%
}
.description2 span{
    width: 100%;
    float: left;
    line-height: 18px;
    padding: 3px 0;
}
.description2 span strong{
    color: #98c23b;
    font-weight: normal;
}
.similiar-grid .item4{
    border: 1px #434343 solid;
    width: 23%;
    margin: 1% 2.5% 1% 0;
    padding: 1%;
    float: left;
}
#bx-pager img{
    width: 29%;
    margin: 2%;
}
#bx-pager a:first-of-type img{
    width: 29%;
    margin: 2% 2% 2% 0;
}
#bx-pager{
    margin-top: -60px;
}
.similiar-grid h2{
    margin: 50px 0 10px;
    font-size:16px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
}
.readmore{
    float: right;
    margin: 20px 0 0 0;
    cursor:pointer;
}
.green-btn{
    margin-top: 10px;
    text-align: center;
    color: white;
    background-color: #7a9c30;
    line-height: 32px;
    font-size: 12px;
    text-transform: uppercase;
    border: 0px;
    padding: 0 15px;
    transition: all 0.4s ease;
}
.oldprice{
    line-height: 32px;
    font-size:18px;
    font-weight: bold;
    color: #828282;
    text-decoration: line-through;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.green-btn img{
    margin: 0 5px;
}
.green-btn:hover{
    color: white;
    text-decoration: none;
}
.bold{
    font-size:18px;
    font-weight: bold;
}



/******************** checkout **************/

.checkout{
    background-color: #101010;
    padding: 1.5%;
    margin: 15px auto;
}
.checkout1, .checkout2, .checkout3, .checkout4{
    border-bottom: 10px #101010 solid; 
    padding: 1.5%;
}
.checkout1{
    background-color: black; 
}
.checkout2{
    background-color: #0A0A0A; 
}
.checkout4{
    background-color: #0A0A0A; 
}

.checkout-img{
    max-width: 90px;
    width:100%;
    float:left;
    margin-right: 10px;
}
.checkout-title{
    font-weight: bold;
    width:100%;
    float:left;
    margin-bottom: 12px;
    border-bottom: 1px #171A22 solid;
    padding-bottom: 8px;
}
.checkout-product p{
    width: 100%;
    color: #98c23b;
}
.checkout-price{
    line-height: 45px;
    color: #98c23b;
    font-weight: bold;
}
.checkout-item{
    margin-bottom: 12px;
    border-bottom: 1px #171A22 solid;
    padding-bottom: 8px;    
    float: left;
}
.number input{
    float:left;
    height: 38px;
    width:38px;
    border:0px;
    color:white;
    background-color: #98c23b;
    text-align: center;
}
.discount-code{
    color: #98c23b;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
}
.coupon-btn{
    background-color: #98c23b;
    color:white;
    border:0px;
    border-radius:3px;
    margin-left: 10px;
    padding: 0 10px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
}
.discount-code input[type=text]{
    background-color: #C8C8C8;
    border: none;
    line-height: 30px;
    height: 30px;
    color:black;
}
.checkout-left{
    width: 49%;
    padding: 1.5%; 
    background-color: black;
    
    float: left;
    margin: 10px 1% 10px 0;
}
.checkout-right{
    width: 49%;
    background-color: black;
    float: left;
    padding: 1.5%;
    
    margin: 10px 0 10px 1%;
}
.checkout-left label, 
.checkout-right label{
    width:100%;
}
div.label-alert, 
.agree span.label-alert, 
.checkout-left label.label-alert, 
.checkout-right label.label-alert{
    color: red;
}
.checkout-alert{ 
    color: red;
    padding: 0 1%;
}
.checkout-left input, 
.checkout-right input{
    width:100%;
}
.checkout-left div, 
.checkout-right div{
    padding: 2%;
}
.checkout-left input[type=text], 
.checkout-right input[type=text], 
.checkout-left textarea, 
.checkout-right textarea{
    background-color: #C8C8C8;
    border: none;
    line-height: 30px;
    height: 30px;
    color:black;
}
.checkout-right textarea{
    line-height: 30px;
    height: 103px;
    width: 100%;
}
.checkout-left select, 
.checkout-right select{
    background-color: #C8C8C8;
    border: none;
    line-height: 30px;
    height: 30px;
    width:100%;
    color:black;
}
.checkout4 h4{
    width:100%;
    text-transform: uppercase;
    color:white;
    padding: 10px 0;
    border-bottom: 1px #171A22 solid;
    font-size:14px;
    font-weight: bold;
}
.checkout4 table{
    width:98%;
    margin: 1%;
    float: left;
}
.checkout4 tr{
    border-bottom: 2px #0A0A0A solid;
}
.checkout4 tr td{
    line-height: 33px;
    padding: 0 10px;
}
.checkout4 tr:nth-child(even) {
    color: white;
    background-color: #2E3816;
}
.checkout4 tr:nth-child(odd) {
    color: white;
    background-color: #181D0F;
    padding: 0 10px;
}
.checkout4 tr:last-child {
    color: #98c23b;
    font-weight:bold;
    font-size:20px;
}
.agree {
    width:96%;
    margin: 2%;
}
.agree span{
    margin-left: 5px;
}
.checkout h5{
    width:100%;
    text-transform: uppercase;
    color:white;
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px #171A22 solid;
    font-size:12px;
    font-weight: bold;
}
.checkout-right table{
    width:98%;
    margin: 1%;
    float: left;
}
.checkout-right table:first-of-type{
    margin: 1% 1% 30px 1%;
}
.checkout-right tr{
    border-bottom: 1px black solid;
}
.checkout-right tr td{
    padding: 3px 5px;
}
.checkout-right tr:nth-child(even) {
    color: #15190B;
    background-color: #CDCDCD;
}
.checkout-right tr:nth-child(odd) {
    color: #98c23b;
    background-color: #15190B;
    padding: 0 10px;
}
.checkout-right input[type=radio]{
    margin-right: 5px;
}
.make-order{
    max-width: 273px;
}
.left-img{
    float:left;
    padding: 10px 10px 10px 0;
}
.right-img{
    float:right;
    padding: 10px 0 10px 10px;
}
.content-page .row{
    margin: 0;
}
.content-page p, 
.content-page ul{
    margin: 10px 0 10px;
}
.content-page ul li{
    list-style-type: disc;
    margin-left: 15px;
}

.content-page h1{
    font-size:24px;
    font-family:arial;
    font-weight:bold;
}
.content-page h2{
    font-size:16px;
    font-family:arial;
    padding: 10px 0;
    font-weight:bold;
}
.content-page a{
    color: #98c23b;
}
.content-page a:hover{
    color: #98c23b;
    text-decoration: underline;
}

.content-page table{ margin: 10px 0 20px 0;}
.content-page td{ border: 1px solid #98c23b; padding: 5px; }

.watchesFlash1{
    float: left; 
    width: 50%; 
    text-align: center;
}
.watchesFlash2{
    float: left; 
    width: 50%; 
    text-align: center;
}

@media (max-width: 991px) {
    .green-btn{
        float:left!important;    
    }
    .oldprice{
        width:100%;
    }
}
@media (min-width: 767px) {
    .navbar-collapse{
        padding-right: 0px;
        padding-left: 0px;
    } 
}
@media (max-width: 767px) {
    .item3{
        width:45%;
    }
    .container.product-grid{
        display:none;
    }
    .right-product-col, .left-product-img, .checkout-left, .checkout-right{
        width:100%;
        margin: 10px 0px;
    }
    #bx-pager{
        display: none;
    }
}
@media (max-width: 640px) {
    .item3{
        width:95%;
    }
    .similiar-grid .item4, .similiar-grid .item4:last-child{
        width: 46%;
        margin: 2%;
    }
    
    .watchesFlash1{
        float: none;
        width: 100%; 
        text-align: center;
    }
    .watchesFlash2{
        float: none;
        width: 100%; 
        text-align: center;
    }
    
    .content-page td{ font-size: 78%; padding: 2px; }
    
    .left-menu{
        width: 100%;
        float: none;
        margin-bottom: 20px;
        display: none;
    }
    
    .right-col{
        width: 100%;
        float: none;    
    }
}

/*	reset	*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, select, p, table, th, td {
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em, th {
    font-style: normal;
    font-weight: normal;
} 

img {
    border: 0;
    border-style: none;
}

ol, ul {
    list-style: none;
}

ol.terms {
    list-style: decimal;
    padding-left: 25px;
}

em {
    font-style: italic;
}
.navbar-nav.navbar-right:last-child{
    /* margin-top:5px; */
}
.navbar-toggle{
    margin-top:14px;
}